#30B855

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

Shades of Chateau Green #30B855

Tints of Chateau Green #30B855

Color information

#30B855 (or 0x30B855) is unknown color: approx Chateau Green. HEX triplet: 30, B8 and 55. RGB value is (48,184,85). Sum of RGB (Red+Green+Blue) = 48+184+85=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 184 (72.27% from 255 or 58.04% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 184 - color contains mainly: green. Hex color #30B855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B855 is #CF47AA. Grayscale: #848484. Windows color (decimal): -13584299 or 5617712. OLE color: 5617712.

HSL color Cylindrical-coordinate representation of color #30B855: hue angle of 136.32º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B855 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB4818485-
CMYK0.7400.540.28
HSL136.32º58.62%45.49%-
HSV(B)136.32º73.91%72.16%-
XYZ2035.5714.41-
YUV132.05101.4468.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 184 (72.27% from 255) = 58.04%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=15.14%
G=58.04%
B=26.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48184850.7400.540.28136.3258.6245.49
Hex30B8554A0361C883b2d
Octal60270125112066342107355
Binary110000101110001010101100101001101101110010001000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,184,85); }

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

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

 a { background-color: rgb(48,184,85); }

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

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

 span { border-color: rgb(48,184,85); }

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