#30AB52

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

Shades of Chateau Green #30AB52

Tints of Chateau Green #30AB52

Color information

#30AB52 (or 0x30AB52) is unknown color: approx Chateau Green. HEX triplet: 30, AB and 52. RGB value is (48,171,82). Sum of RGB (Red+Green+Blue) = 48+171+82=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AB52 is #CF54AD. Grayscale: #7C7C7C. Windows color (decimal): -13587630 or 5417776. OLE color: 5417776.

HSL color Cylindrical-coordinate representation of color #30AB52: hue angle of 136.59º 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 #30AB52 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB4817182-
CMYK0.7200.520.33
HSL136.59º56.16%42.94%-
HSV(B)136.59º71.93%67.06%-
XYZ17.330.3612.93-
YUV124.08104.2573.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 171 (67.19% from 255) = 56.81%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=15.95%
G=56.81%
B=27.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48171820.7200.520.33136.5956.1642.94
Hex30AB52480342189382b
Octal60253122110064412117053
Binary1100001010101110100101001000011010010000110001001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,171,82); }

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

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

 a { background-color: rgb(48,171,82); }

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

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

 span { border-color: rgb(48,171,82); }

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