#1F4C3A

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

Shades of County Green #1F4C3A

Tints of County Green #1F4C3A

Color information

#1F4C3A (or 0x1F4C3A) is unknown color: approx County Green. HEX triplet: 1F, 4C and 3A. RGB value is (31,76,58). Sum of RGB (Red+Green+Blue) = 31+76+58=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 76 - color contains mainly: green. Hex color #1F4C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4C3A is #E0B3C5. Grayscale: #3C3C3C. Windows color (decimal): -14726086 or 3820575. OLE color: 3820575.

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

Color convert

RGB317658-
CMYK0.5900.240.70
HSL156º42.06%20.98%-
HSV(B)156º59.21%29.8%-
XYZ3.915.774.91-
YUV60.49126.59106.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.79%
GREEN value IS 76 (30.08% from 255) = 46.06%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=18.79%
G=46.06%
B=35.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3176580.5900.240.7015642.0620.98
Hex1F4C3A3B018469c2a15
Octal3711472730301062345225
Binary11111100110011101011101101100010001101001110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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