#1F4833

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

Shades of County Green #1F4833

Tints of County Green #1F4833

Color information

#1F4833 (or 0x1F4833) is unknown color: approx County Green. HEX triplet: 1F, 48 and 33. RGB value is (31,72,51). Sum of RGB (Red+Green+Blue) = 31+72+51=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #1F4833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4833 is #E0B7CC. Grayscale: #393939. Windows color (decimal): -14727117 or 3360799. OLE color: 3360799.

HSL color Cylindrical-coordinate representation of color #1F4833: hue angle of 149.27º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F4833 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB317251-
CMYK0.5700.290.72
HSL149.27º39.81%20.2%-
HSV(B)149.27º56.94%28.24%-
XYZ3.485.173.95-
YUV57.35124.42109.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.13%
GREEN value IS 72 (28.52% from 255) = 46.75%
BLUE value IS 51 (20.31% from 255) = 33.12%
R=20.13%
G=46.75%
B=33.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3172510.5700.290.72149.2739.8120.2
Hex1F48333901D48952814
Octal3711063710351102255024
Binary11111100100011001111100101110110010001001010110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,72,51); }

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

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

 a { background-color: rgb(31,72,51); }

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

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

 span { border-color: rgb(31,72,51); }

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