#026F2C

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

Shades of Crusoe #026F2C

Tints of Crusoe #026F2C

Color information

#026F2C (or 0x026F2C) is unknown color: approx Crusoe. HEX triplet: 02, 6F and 2C. RGB value is (2,111,44). Sum of RGB (Red+Green+Blue) = 2+111+44=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 111 (43.75% from 255 or 70.70% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 111 - color contains mainly: green. Hex color #026F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026F2C is #FD90D3. Grayscale: #464646. Windows color (decimal): -16617684 or 2912002. OLE color: 2912002.

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

Color convert

RGB211144-
CMYK0.9800.600.56
HSL143.12º96.46%22.16%-
HSV(B)143.12º98.2%43.53%-
XYZ6.1611.564.29-
YUV70.77112.8978.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 111 (43.75% from 255) = 70.70%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=1.27%
G=70.70%
B=28.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2111440.9800.600.56143.1296.4622.16
Hex26F2C6203C388f6016
Octal2157541420747021714026
Binary1011011111011001100010011110011100010001111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,111,44); }

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

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

 a { background-color: rgb(2,111,44); }

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

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

 span { border-color: rgb(2,111,44); }

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