#30A04A

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

Shades of Chateau Green #30A04A

Tints of Chateau Green #30A04A

Color information

#30A04A (or 0x30A04A) is unknown color: approx Chateau Green. HEX triplet: 30, A0 and 4A. RGB value is (48,160,74). Sum of RGB (Red+Green+Blue) = 48+160+74=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 160 (62.89% from 255 or 56.74% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 160 - color contains mainly: green. Hex color #30A04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A04A is #CF5FB5. Grayscale: #747474. Windows color (decimal): -13590454 or 4890672. OLE color: 4890672.

HSL color Cylindrical-coordinate representation of color #30A04A: hue angle of 133.93º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A04A is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB4816074-
CMYK0.7000.540.37
HSL133.93º53.85%40.78%-
HSV(B)133.93º70%62.75%-
XYZ15.0326.2610.76-
YUV116.71103.8978.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 160 (62.89% from 255) = 56.74%
BLUE value IS 74 (29.30% from 255) = 26.24%
R=17.02%
G=56.74%
B=26.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal48160740.7000.540.37133.9353.8540.78
Hex30A04A4603625863629
Octal60240112106066452066651
Binary1100001010000010010101000110011011010010110000110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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