#125033

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

Shades of County Green #125033

Tints of County Green #125033

Color information

#125033 (or 0x125033) is unknown color: approx County Green. HEX triplet: 12, 50 and 33. RGB value is (18,80,51). Sum of RGB (Red+Green+Blue) = 18+80+51=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #125033 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125033 is #EDAFCC. Grayscale: #3A3A3A. Windows color (decimal): -15577037 or 3362834. OLE color: 3362834.

HSL color Cylindrical-coordinate representation of color #125033: hue angle of 151.94º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #125033 is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB188051-
CMYK0.7800.360.69
HSL151.94º63.27%19.22%-
HSV(B)151.94º77.5%31.37%-
XYZ3.726.14.11-
YUV58.16123.9699.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 80 (31.64% from 255) = 53.69%
BLUE value IS 51 (20.31% from 255) = 34.23%
R=12.08%
G=53.69%
B=34.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1880510.7800.360.69151.9463.2719.22
Hex1250334E02445983f13
Octal22120631160441052307723
Binary1001010100001100111001110010010010001011001100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125033; }

 p { color: rgb(18,80,51); }

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

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

 a { background-color: rgb(18,80,51); }

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

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

 span { border-color: rgb(18,80,51); }

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