#30AB56

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

Shades of Chateau Green #30AB56

Tints of Chateau Green #30AB56

Color information

#30AB56 (or 0x30AB56) is unknown color: approx Chateau Green. HEX triplet: 30, AB and 56. RGB value is (48,171,86). Sum of RGB (Red+Green+Blue) = 48+171+86=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AB56 is #CF54A9. Grayscale: #7C7C7C. Windows color (decimal): -13587626 or 5679920. OLE color: 5679920.

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

Color convert

RGB4817186-
CMYK0.7200.500.33
HSL138.54º56.16%42.94%-
HSV(B)138.54º71.93%67.06%-
XYZ17.4630.4313.76-
YUV124.53106.2573.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.74%
GREEN value IS 171 (67.19% from 255) = 56.07%
BLUE value IS 86 (33.98% from 255) = 28.20%
R=15.74%
G=56.07%
B=28.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48171860.7200.500.33138.5456.1642.94
Hex30AB5648032218b382b
Octal60253126110062412137053
Binary1100001010101110101101001000011001010000110001011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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