#1C5C29

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

Shades of Crusoe #1C5C29

Tints of Crusoe #1C5C29

Color information

#1C5C29 (or 0x1C5C29) is unknown color: approx Crusoe. HEX triplet: 1C, 5C and 29. RGB value is (28,92,41). Sum of RGB (Red+Green+Blue) = 28+92+41=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 92 (36.33% from 255 or 57.14% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 92 - color contains mainly: green. Hex color #1C5C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5C29 is #E3A3D6. Grayscale: #434343. Windows color (decimal): -14918615 or 2710556. OLE color: 2710556.

HSL color Cylindrical-coordinate representation of color #1C5C29: hue angle of 132.19º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C5C29 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB289241-
CMYK0.7000.550.64
HSL132.19º53.33%23.53%-
HSV(B)132.19º69.57%36.08%-
XYZ4.718.063.41-
YUV67.05113.3100.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.39%
GREEN value IS 92 (36.33% from 255) = 57.14%
BLUE value IS 41 (16.41% from 255) = 25.47%
R=17.39%
G=57.14%
B=25.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2892410.7000.550.64132.1953.3323.53
Hex1C5C294603740843518
Octal34134511060671002046530
Binary1110010111001010011000110011011110000001000010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,92,41); }

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

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

 a { background-color: rgb(28,92,41); }

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

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

 span { border-color: rgb(28,92,41); }

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