#1C4F26

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

Shades of Crusoe #1C4F26

Tints of Crusoe #1C4F26

Color information

#1C4F26 (or 0x1C4F26) is unknown color: approx Crusoe. HEX triplet: 1C, 4F and 26. RGB value is (28,79,38). Sum of RGB (Red+Green+Blue) = 28+79+38=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 79 (31.25% from 255 or 54.48% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 79 - color contains mainly: green. Hex color #1C4F26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C4F26 is #E3B0D9. Grayscale: #3B3B3B. Windows color (decimal): -14921946 or 2510620. OLE color: 2510620.

HSL color Cylindrical-coordinate representation of color #1C4F26: hue angle of 131.76º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C4F26 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB287938-
CMYK0.6500.520.69
HSL131.76º47.66%20.98%-
HSV(B)131.76º64.56%30.98%-
XYZ3.625.982.8-
YUV59.08116.1105.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.31%
GREEN value IS 79 (31.25% from 255) = 54.48%
BLUE value IS 38 (15.23% from 255) = 26.21%
R=19.31%
G=54.48%
B=26.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2879380.6500.520.69131.7647.6620.98
Hex1C4F264103445843015
Octal34117461010641052046025
Binary1110010011111001101000001011010010001011000010011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,79,38); }

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

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

 a { background-color: rgb(28,79,38); }

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

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

 span { border-color: rgb(28,79,38); }

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