#026E2E

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

Shades of Crusoe #026E2E

Tints of Crusoe #026E2E

Color information

#026E2E (or 0x026E2E) is unknown color: approx Crusoe. HEX triplet: 02, 6E and 2E. RGB value is (2,110,46). Sum of RGB (Red+Green+Blue) = 2+110+46=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 110 (43.36% from 255 or 69.62% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 110 - color contains mainly: green. Hex color #026E2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026E2E is #FD91D1. Grayscale: #464646. Windows color (decimal): -16617938 or 3042818. OLE color: 3042818.

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

Color convert

RGB211046-
CMYK0.9800.580.57
HSL144.44º96.43%21.96%-
HSV(B)144.44º98.18%43.14%-
XYZ6.0911.364.46-
YUV70.41114.2279.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 110 (43.36% from 255) = 69.62%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=1.27%
G=69.62%
B=29.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2110460.9800.580.57144.4496.4321.96
Hex26E2E6203A39906016
Octal2156561420727122014026
Binary1011011101011101100010011101011100110010000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,110,46); }

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

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

 a { background-color: rgb(2,110,46); }

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

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

 span { border-color: rgb(2,110,46); }

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