#1F4A3C

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

Shades of Sherwood Green #1F4A3C

Tints of Sherwood Green #1F4A3C

Color information

#1F4A3C (or 0x1F4A3C) is unknown color: approx Sherwood Green. HEX triplet: 1F, 4A and 3C. RGB value is (31,74,60). Sum of RGB (Red+Green+Blue) = 31+74+60=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 74 - color contains mainly: green. Hex color #1F4A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4A3C is #E0B5C3. Grayscale: #3B3B3B. Windows color (decimal): -14726596 or 3951135. OLE color: 3951135.

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

Color convert

RGB317460-
CMYK0.5800.190.71
HSL160.47º40.95%20.59%-
HSV(B)160.47º58.11%29.02%-
XYZ3.835.525.14-
YUV59.55128.25107.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.79%
GREEN value IS 74 (29.30% from 255) = 44.85%
BLUE value IS 60 (23.83% from 255) = 36.36%
R=18.79%
G=44.85%
B=36.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3174600.5800.190.71160.4740.9520.59
Hex1F4A3C3A01347a02915
Octal3711274720231072405125
Binary11111100101011110011101001001110001111010000010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,74,60); }

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

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

 a { background-color: rgb(31,74,60); }

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

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

 span { border-color: rgb(31,74,60); }

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