#30B84A

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

Shades of Chateau Green #30B84A

Tints of Chateau Green #30B84A

Color information

#30B84A (or 0x30B84A) is unknown color: approx Chateau Green. HEX triplet: 30, B8 and 4A. RGB value is (48,184,74). Sum of RGB (Red+Green+Blue) = 48+184+74=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 184 (72.27% from 255 or 60.13% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 184 - color contains mainly: green. Hex color #30B84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B84A is #CF47B5. Grayscale: #838383. Windows color (decimal): -13584310 or 4896816. OLE color: 4896816.

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

Color convert

RGB4818474-
CMYK0.7400.600.28
HSL131.47º58.62%45.49%-
HSV(B)131.47º73.91%72.16%-
XYZ19.635.412.28-
YUV130.895.9468.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.69%
GREEN value IS 184 (72.27% from 255) = 60.13%
BLUE value IS 74 (29.30% from 255) = 24.18%
R=15.69%
G=60.13%
B=24.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48184740.7400.600.28131.4758.6245.49
Hex30B84A4A03C1C833b2d
Octal60270112112074342037355
Binary110000101110001001010100101001111001110010000011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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