#1F4B39

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

Shades of County Green #1F4B39

Tints of County Green #1F4B39

Color information

#1F4B39 (or 0x1F4B39) is unknown color: approx County Green. HEX triplet: 1F, 4B and 39. RGB value is (31,75,57). Sum of RGB (Red+Green+Blue) = 31+75+57=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4B39 is #E0B4C6. Grayscale: #3B3B3B. Windows color (decimal): -14726343 or 3754783. OLE color: 3754783.

HSL color Cylindrical-coordinate representation of color #1F4B39: hue angle of 155.45º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F4B39 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB317557-
CMYK0.5900.240.71
HSL155.45º41.51%20.78%-
HSV(B)155.45º58.67%29.41%-
XYZ3.825.624.75-
YUV59.79126.42107.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.02%
GREEN value IS 75 (29.69% from 255) = 46.01%
BLUE value IS 57 (22.66% from 255) = 34.97%
R=19.02%
G=46.01%
B=34.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3175570.5900.240.71155.4541.5120.78
Hex1F4B393B018479b2a15
Octal3711371730301072335225
Binary11111100101111100111101101100010001111001101110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,75,57); }

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

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

 a { background-color: rgb(31,75,57); }

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

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

 span { border-color: rgb(31,75,57); }

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