#30B25B

Color #30B25B Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #30B25B

Tints of Chateau Green #30B25B

Color information

#30B25B (or 0x30B25B) is unknown color: approx Chateau Green. HEX triplet: 30, B2 and 5B. RGB value is (48,178,91). Sum of RGB (Red+Green+Blue) = 48+178+91=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 178 (69.92% from 255 or 56.15% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 178 - color contains mainly: green. Hex color #30B25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B25B is #CF4DA4. Grayscale: #818181. Windows color (decimal): -13585829 or 6009392. OLE color: 6009392.

HSL color Cylindrical-coordinate representation of color #30B25B: hue angle of 139.85º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B25B is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB4817891-
CMYK0.7300.490.30
HSL139.85º57.52%44.31%-
HSV(B)139.85º73.03%69.8%-
XYZ19.0333.2215.31-
YUV129.21106.4370.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 178 (69.92% from 255) = 56.15%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=15.14%
G=56.15%
B=28.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48178910.7300.490.30139.8557.5244.31
Hex30B25B490311E8c3a2c
Octal60262133111061362147254
Binary110000101100101011011100100101100011111010001100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30B25B; }

 p { color: rgb(48,178,91); }

 H1.HeaderClassName
 {
   color: #30B25B;
 }
 .AnyTagClassName
 {
   color: #30B25B;
 }
</style>
background-color css

<style>
 a { background-color: #30B25B; }

 a { background-color: rgb(48,178,91); }

 div.DivClassName
 {
   background-color: #30B25B;
 }
 .BgClassName
 {
   background-color: #30B25B;
 }
</style>
border-color css

<style>
 span { border-color: #30B25B; }

 span { border-color: rgb(48,178,91); }

 td.TdClassName
 {
   border-color: #30B25B;
 }
 .TagClassName
 {
   border-color: #30B25B;
 }
</style>