#30AB4D

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

Shades of Chateau Green #30AB4D

Tints of Chateau Green #30AB4D

Color information

#30AB4D (or 0x30AB4D) is unknown color: approx Chateau Green. HEX triplet: 30, AB and 4D. RGB value is (48,171,77). Sum of RGB (Red+Green+Blue) = 48+171+77=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AB4D is #CF54B2. Grayscale: #7B7B7B. Windows color (decimal): -13587635 or 5090096. OLE color: 5090096.

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

Color convert

RGB4817177-
CMYK0.7200.550.33
HSL134.15º56.16%42.94%-
HSV(B)134.15º71.93%67.06%-
XYZ17.1230.2911.97-
YUV123.51101.7574.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 171 (67.19% from 255) = 57.77%
BLUE value IS 77 (30.47% from 255) = 26.01%
R=16.22%
G=57.77%
B=26.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48171770.7200.550.33134.1556.1642.94
Hex30AB4D480372186382b
Octal60253115110067412067053
Binary1100001010101110011011001000011011110000110000110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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