#026C1C

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

Shades of Crusoe #026C1C

Tints of Crusoe #026C1C

Color information

#026C1C (or 0x026C1C) is unknown color: approx Crusoe. HEX triplet: 02, 6C and 1C. RGB value is (2,108,28). Sum of RGB (Red+Green+Blue) = 2+108+28=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 108 (42.58% from 255 or 78.26% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 108 - color contains mainly: green. Hex color #026C1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026C1C is #FD93E3. Grayscale: #434343. Windows color (decimal): -16618468 or 1862658. OLE color: 1862658.

HSL color Cylindrical-coordinate representation of color #026C1C: hue angle of 134.72º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026C1C is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB210828-
CMYK0.9800.740.58
HSL134.72º96.36%21.57%-
HSV(B)134.72º98.15%42.35%-
XYZ5.610.822.89-
YUV67.19105.8881.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 108 (42.58% from 255) = 78.26%
BLUE value IS 28 (11.33% from 255) = 20.29%
R=1.45%
G=78.26%
B=20.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2108280.9800.740.58134.7296.3621.57
Hex26C1C6204A3A876016
Octal21543414201127220714026
Binary1011011001110011000100100101011101010000111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026C1C; }

 p { color: rgb(2,108,28); }

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

<style>
 a { background-color: #026C1C; }

 a { background-color: rgb(2,108,28); }

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

<style>
 span { border-color: #026C1C; }

 span { border-color: rgb(2,108,28); }

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