#1F4B35

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

Shades of County Green #1F4B35

Tints of County Green #1F4B35

Color information

#1F4B35 (or 0x1F4B35) is unknown color: approx County Green. HEX triplet: 1F, 4B and 35. RGB value is (31,75,53). Sum of RGB (Red+Green+Blue) = 31+75+53=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4B35 is #E0B4CA. Grayscale: #3B3B3B. Windows color (decimal): -14726347 or 3492639. OLE color: 3492639.

HSL color Cylindrical-coordinate representation of color #1F4B35: hue angle of 150º 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 #1F4B35 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB317553-
CMYK0.5900.290.71
HSL150º41.51%20.78%-
HSV(B)150º58.67%29.41%-
XYZ3.725.584.25-
YUV59.34124.42107.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.50%
GREEN value IS 75 (29.69% from 255) = 47.17%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=19.50%
G=47.17%
B=33.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3175530.5900.290.7115041.5120.78
Hex1F4B353B01D47962a15
Octal3711365730351072265225
Binary11111100101111010111101101110110001111001011010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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