#30AA4F

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

Shades of Chateau Green #30AA4F

Tints of Chateau Green #30AA4F

Color information

#30AA4F (or 0x30AA4F) is unknown color: approx Chateau Green. HEX triplet: 30, AA and 4F. RGB value is (48,170,79). Sum of RGB (Red+Green+Blue) = 48+170+79=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AA4F is #CF55B0. Grayscale: #7B7B7B. Windows color (decimal): -13587889 or 5220912. OLE color: 5220912.

HSL color Cylindrical-coordinate representation of color #30AA4F: hue angle of 135.25º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AA4F is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB4817079-
CMYK0.7200.540.33
HSL135.25º55.96%42.75%-
HSV(B)135.25º71.76%66.67%-
XYZ1729.9412.28-
YUV123.15103.0874.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 170 (66.80% from 255) = 57.24%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=16.16%
G=57.24%
B=26.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48170790.7200.540.33135.2555.9642.75
Hex30AA4F480362187382b
Octal60252117110066412077053
Binary1100001010101010011111001000011011010000110000111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,170,79); }

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

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

 a { background-color: rgb(48,170,79); }

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

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

 span { border-color: rgb(48,170,79); }

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