#30AB42

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

Shades of Chateau Green #30AB42

Tints of Chateau Green #30AB42

Color information

#30AB42 (or 0x30AB42) is unknown color: approx Chateau Green. HEX triplet: 30, AB and 42. RGB value is (48,171,66). Sum of RGB (Red+Green+Blue) = 48+171+66=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 171 (67.19% from 255 or 60% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AB42 is #CF54BD. Grayscale: #7A7A7A. Windows color (decimal): -13587646 or 4369200. OLE color: 4369200.

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

Color convert

RGB4817166-
CMYK0.7200.610.33
HSL128.78º56.16%42.94%-
HSV(B)128.78º71.93%67.06%-
XYZ16.7730.1510.09-
YUV122.2596.2575.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 171 (67.19% from 255) = 60%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=16.84%
G=60%
B=23.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48171660.7200.610.33128.7856.1642.94
Hex30AB424803D2181382b
Octal60253102110075412017053
Binary1100001010101110000101001000011110110000110000001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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