#1F513A

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

Shades of County Green #1F513A

Tints of County Green #1F513A

Color information

#1F513A (or 0x1F513A) is unknown color: approx County Green. HEX triplet: 1F, 51 and 3A. RGB value is (31,81,58). Sum of RGB (Red+Green+Blue) = 31+81+58=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #1F513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F513A is #E0AEC5. Grayscale: #3F3F3F. Windows color (decimal): -14724806 or 3821855. OLE color: 3821855.

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

Color convert

RGB318158-
CMYK0.6200.280.68
HSL152.4º44.64%21.96%-
HSV(B)152.4º61.73%31.76%-
XYZ4.276.485.03-
YUV63.43124.94104.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.24%
GREEN value IS 81 (32.03% from 255) = 47.65%
BLUE value IS 58 (23.05% from 255) = 34.12%
R=18.24%
G=47.65%
B=34.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3181580.6200.280.68152.444.6421.96
Hex1F513A3E01C44982d16
Octal3712172760341042305526
Binary11111101000111101011111001110010001001001100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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