#1C5F2A

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

Shades of Crusoe #1C5F2A

Tints of Crusoe #1C5F2A

Color information

#1C5F2A (or 0x1C5F2A) is unknown color: approx Crusoe. HEX triplet: 1C, 5F and 2A. RGB value is (28,95,42). Sum of RGB (Red+Green+Blue) = 28+95+42=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 95 (37.5% from 255 or 57.58% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 95 - color contains mainly: green. Hex color #1C5F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5F2A is #E3A0D5. Grayscale: #454545. Windows color (decimal): -14917846 or 2776860. OLE color: 2776860.

HSL color Cylindrical-coordinate representation of color #1C5F2A: hue angle of 132.54º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C5F2A is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB289542-
CMYK0.7100.560.63
HSL132.54º54.47%24.12%-
HSV(B)132.54º70.53%37.25%-
XYZ4.998.63.59-
YUV68.92112.898.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.97%
GREEN value IS 95 (37.5% from 255) = 57.58%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=16.97%
G=57.58%
B=25.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2895420.7100.560.63132.5454.4724.12
Hex1C5F2A470383F853618
Octal3413752107070772056630
Binary111001011111101010100011101110001111111000010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,95,42); }

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

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

 a { background-color: rgb(28,95,42); }

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

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

 span { border-color: rgb(28,95,42); }

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