#1F513C

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

Shades of County Green #1F513C

Tints of County Green #1F513C

Color information

#1F513C (or 0x1F513C) is unknown color: approx County Green. HEX triplet: 1F, 51 and 3C. RGB value is (31,81,60). Sum of RGB (Red+Green+Blue) = 31+81+60=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #1F513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F513C is #E0AEC3. Grayscale: #3F3F3F. Windows color (decimal): -14724804 or 3952927. OLE color: 3952927.

HSL color Cylindrical-coordinate representation of color #1F513C: hue angle of 154.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F513C is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB318160-
CMYK0.6200.260.68
HSL154.8º44.64%21.96%-
HSV(B)154.8º61.73%31.76%-
XYZ4.326.55.3-
YUV63.66125.94104.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.02%
GREEN value IS 81 (32.03% from 255) = 47.09%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=18.02%
G=47.09%
B=34.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3181600.6200.260.68154.844.6421.96
Hex1F513C3E01A449b2d16
Octal3712174760321042335526
Binary11111101000111110011111001101010001001001101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F513C; }

 p { color: rgb(31,81,60); }

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

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

 a { background-color: rgb(31,81,60); }

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

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

 span { border-color: rgb(31,81,60); }

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