#1F3C32

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

Shades of Sherwood Green #1F3C32

Tints of Sherwood Green #1F3C32

Color information

#1F3C32 (or 0x1F3C32) is unknown color: approx Sherwood Green. HEX triplet: 1F, 3C and 32. RGB value is (31,60,50). Sum of RGB (Red+Green+Blue) = 31+60+50=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 60 - color contains mainly: green. Hex color #1F3C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3C32 is #E0C3CD. Grayscale: #323232. Windows color (decimal): -14730190 or 3292191. OLE color: 3292191.

HSL color Cylindrical-coordinate representation of color #1F3C32: hue angle of 159.31º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F3C32 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.76.

Color convert

RGB316050-
CMYK0.4800.170.76
HSL159.31º31.87%17.84%-
HSV(B)159.31º48.33%23.53%-
XYZ2.763.753.6-
YUV50.19127.89114.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.99%
GREEN value IS 60 (23.83% from 255) = 42.55%
BLUE value IS 50 (19.92% from 255) = 35.46%
R=21.99%
G=42.55%
B=35.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3160500.4800.170.76159.3131.8717.84
Hex1F3C32300114C9f2012
Octal377462600211142374022
Binary1111111110011001011000001000110011001001111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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