#145031

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

Shades of County Green #145031

Tints of County Green #145031

Color information

#145031 (or 0x145031) is unknown color: approx County Green. HEX triplet: 14, 50 and 31. RGB value is (20,80,49). Sum of RGB (Red+Green+Blue) = 20+80+49=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #145031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145031 is #EBAFCE. Grayscale: #3A3A3A. Windows color (decimal): -15445967 or 3231764. OLE color: 3231764.

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

Color convert

RGB208049-
CMYK0.7500.390.69
HSL149º60%19.61%-
HSV(B)149º75%31.37%-
XYZ3.716.113.89-
YUV58.53122.62100.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 80 (31.64% from 255) = 53.69%
BLUE value IS 49 (19.53% from 255) = 32.89%
R=13.42%
G=53.69%
B=32.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2080490.7500.390.691496019.61
Hex1450314B02745953c14
Octal24120611130471052257424
Binary1010010100001100011001011010011110001011001010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145031; }

 p { color: rgb(20,80,49); }

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

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

 a { background-color: rgb(20,80,49); }

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

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

 span { border-color: rgb(20,80,49); }

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