#1F513B

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

Shades of County Green #1F513B

Tints of County Green #1F513B

Color information

#1F513B (or 0x1F513B) is unknown color: approx County Green. HEX triplet: 1F, 51 and 3B. RGB value is (31,81,59). Sum of RGB (Red+Green+Blue) = 31+81+59=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #1F513B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F513B is #E0AEC4. Grayscale: #3F3F3F. Windows color (decimal): -14724805 or 3887391. OLE color: 3887391.

HSL color Cylindrical-coordinate representation of color #1F513B: hue angle of 153.6º 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 #1F513B is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB318159-
CMYK0.6200.270.68
HSL153.6º44.64%21.96%-
HSV(B)153.6º61.73%31.76%-
XYZ4.36.495.16-
YUV63.54125.44104.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.13%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=18.13%
G=47.37%
B=34.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3181590.6200.270.68153.644.6421.96
Hex1F513B3E01B449a2d16
Octal3712173760331042325526
Binary11111101000111101111111001101110001001001101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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