#30AE5C

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

Shades of Chateau Green #30AE5C

Tints of Chateau Green #30AE5C

Color information

#30AE5C (or 0x30AE5C) is unknown color: approx Chateau Green. HEX triplet: 30, AE and 5C. RGB value is (48,174,92). Sum of RGB (Red+Green+Blue) = 48+174+92=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AE5C is #CF51A3. Grayscale: #7F7F7F. Windows color (decimal): -13586852 or 6073904. OLE color: 6073904.

HSL color Cylindrical-coordinate representation of color #30AE5C: hue angle of 140.95º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AE5C is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB4817492-
CMYK0.7200.470.32
HSL140.95º56.76%43.53%-
HSV(B)140.95º72.41%68.24%-
XYZ18.2931.6715.27-
YUV126.98108.2671.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.29%
GREEN value IS 174 (68.36% from 255) = 55.41%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=15.29%
G=55.41%
B=29.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48174920.7200.470.32140.9556.7643.53
Hex30AE5C4802F208d392c
Octal60256134110057402157154
Binary1100001010111010111001001000010111110000010001101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,174,92); }

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

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

 a { background-color: rgb(48,174,92); }

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

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

 span { border-color: rgb(48,174,92); }

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