#155033

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

Shades of County Green #155033

Tints of County Green #155033

Color information

#155033 (or 0x155033) is unknown color: approx County Green. HEX triplet: 15, 50 and 33. RGB value is (21,80,51). Sum of RGB (Red+Green+Blue) = 21+80+51=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #155033 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155033 is #EAAFCC. Grayscale: #3B3B3B. Windows color (decimal): -15380429 or 3362837. OLE color: 3362837.

HSL color Cylindrical-coordinate representation of color #155033: hue angle of 150.51º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155033 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB218051-
CMYK0.7400.360.69
HSL150.51º58.42%19.8%-
HSV(B)150.51º73.75%31.37%-
XYZ3.786.144.12-
YUV59.05123.45100.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 80 (31.64% from 255) = 52.63%
BLUE value IS 51 (20.31% from 255) = 33.55%
R=13.82%
G=52.63%
B=33.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2180510.7400.360.69150.5158.4219.8
Hex1550334A02445973a14
Octal25120631120441052277224
Binary1010110100001100111001010010010010001011001011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155033; }

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

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

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

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

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

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

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

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