#1C3B32

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

Shades of Sherwood Green #1C3B32

Tints of Sherwood Green #1C3B32

Color information

#1C3B32 (or 0x1C3B32) is unknown color: approx Sherwood Green. HEX triplet: 1C, 3B and 32. RGB value is (28,59,50). Sum of RGB (Red+Green+Blue) = 28+59+50=137 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.44% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 59 - color contains mainly: green. Hex color #1C3B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3B32 is #E3C4CD. Grayscale: #303030. Windows color (decimal): -14927054 or 3291932. OLE color: 3291932.

HSL color Cylindrical-coordinate representation of color #1C3B32: hue angle of 162.58º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C3B32 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.

Color convert

RGB285950-
CMYK0.5300.150.77
HSL162.58º35.63%17.06%-
HSV(B)162.58º52.54%23.14%-
XYZ2.623.613.58-
YUV48.7128.73113.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.44%
GREEN value IS 59 (23.44% from 255) = 43.07%
BLUE value IS 50 (19.92% from 255) = 36.50%
R=20.44%
G=43.07%
B=36.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2859500.5300.150.77162.5835.6317.06
Hex1C3B32350F4Da32411
Octal347362650171152434421
Binary111001110111100101101010111110011011010001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,59,50); }

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

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

 a { background-color: rgb(28,59,50); }

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

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

 span { border-color: rgb(28,59,50); }

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