#1C4133

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

Shades of Sherwood Green #1C4133

Tints of Sherwood Green #1C4133

Color information

#1C4133 (or 0x1C4133) is unknown color: approx Sherwood Green. HEX triplet: 1C, 41 and 33. RGB value is (28,65,51). Sum of RGB (Red+Green+Blue) = 28+65+51=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #1C4133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4133 is #E3BECC. Grayscale: #343434. Windows color (decimal): -14925517 or 3359004. OLE color: 3359004.

HSL color Cylindrical-coordinate representation of color #1C4133: hue angle of 157.3º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C4133 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB286551-
CMYK0.5700.220.75
HSL157.3º39.78%18.24%-
HSV(B)157.3º56.92%25.49%-
XYZ2.974.273.8-
YUV52.34127.24110.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.44%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 51 (20.31% from 255) = 35.42%
R=19.44%
G=45.14%
B=35.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2865510.5700.220.75157.339.7818.24
Hex1C4133390164B9d2812
Octal3410163710261132355022
Binary11100100000111001111100101011010010111001110110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,65,51); }

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

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

 a { background-color: rgb(28,65,51); }

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

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

 span { border-color: rgb(28,65,51); }

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