#30B856

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

Shades of Chateau Green #30B856

Tints of Chateau Green #30B856

Color information

#30B856 (or 0x30B856) is unknown color: approx Chateau Green. HEX triplet: 30, B8 and 56. RGB value is (48,184,86). Sum of RGB (Red+Green+Blue) = 48+184+86=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 184 (72.27% from 255 or 57.86% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 184 - color contains mainly: green. Hex color #30B856 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B856 is #CF47A9. Grayscale: #848484. Windows color (decimal): -13584298 or 5683248. OLE color: 5683248.

HSL color Cylindrical-coordinate representation of color #30B856: hue angle of 136.76º 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 #30B856 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB4818486-
CMYK0.7400.530.28
HSL136.76º58.62%45.49%-
HSV(B)136.76º73.91%72.16%-
XYZ20.0435.5814.62-
YUV132.16101.9467.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.09%
GREEN value IS 184 (72.27% from 255) = 57.86%
BLUE value IS 86 (33.98% from 255) = 27.04%
R=15.09%
G=57.86%
B=27.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48184860.7400.530.28136.7658.6245.49
Hex30B8564A0351C893b2d
Octal60270126112065342117355
Binary110000101110001010110100101001101011110010001001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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