#30AF4A

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

Shades of Chateau Green #30AF4A

Tints of Chateau Green #30AF4A

Color information

#30AF4A (or 0x30AF4A) is unknown color: approx Chateau Green. HEX triplet: 30, AF and 4A. RGB value is (48,175,74). Sum of RGB (Red+Green+Blue) = 48+175+74=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 175 (68.75% from 255 or 58.92% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AF4A is #CF50B5. Grayscale: #7D7D7D. Windows color (decimal): -13586614 or 4894512. OLE color: 4894512.

HSL color Cylindrical-coordinate representation of color #30AF4A: hue angle of 132.28º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AF4A is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB4817574-
CMYK0.7300.580.31
HSL132.28º56.95%43.73%-
HSV(B)132.28º72.57%68.63%-
XYZ17.7831.7811.68-
YUV125.5198.9272.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 175 (68.75% from 255) = 58.92%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=16.16%
G=58.92%
B=24.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48175740.7300.580.31132.2856.9543.73
Hex30AF4A4903A1F84392c
Octal60257112111072372047154
Binary110000101011111001010100100101110101111110000100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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