#30A250

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

Shades of Chateau Green #30A250

Tints of Chateau Green #30A250

Color information

#30A250 (or 0x30A250) is unknown color: approx Chateau Green. HEX triplet: 30, A2 and 50. RGB value is (48,162,80). Sum of RGB (Red+Green+Blue) = 48+162+80=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #30A250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A250 is #CF5DAF. Grayscale: #767676. Windows color (decimal): -13589936 or 5284400. OLE color: 5284400.

HSL color Cylindrical-coordinate representation of color #30A250: hue angle of 136.84º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A250 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB4816280-
CMYK0.7000.510.36
HSL136.84º54.29%41.18%-
HSV(B)136.84º70.37%63.53%-
XYZ15.5927.0511.99-
YUV118.57106.2377.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 162 (63.67% from 255) = 55.86%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=16.55%
G=55.86%
B=27.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48162800.7000.510.36136.8454.2941.18
Hex30A2504603324893629
Octal60242120106063442116651
Binary1100001010001010100001000110011001110010010001001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,162,80); }

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

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

 a { background-color: rgb(48,162,80); }

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

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

 span { border-color: rgb(48,162,80); }

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