#026B2E

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

Shades of Crusoe #026B2E

Tints of Crusoe #026B2E

Color information

#026B2E (or 0x026B2E) is unknown color: approx Crusoe. HEX triplet: 02, 6B and 2E. RGB value is (2,107,46). Sum of RGB (Red+Green+Blue) = 2+107+46=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 107 (42.19% from 255 or 69.03% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 107 - color contains mainly: green. Hex color #026B2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026B2E is #FD94D1. Grayscale: #444444. Windows color (decimal): -16618706 or 3042050. OLE color: 3042050.

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

Color convert

RGB210746-
CMYK0.9800.570.58
HSL145.14º96.33%21.37%-
HSV(B)145.14º98.13%41.96%-
XYZ5.7810.734.35-
YUV68.65115.2180.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 107 (42.19% from 255) = 69.03%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=1.29%
G=69.03%
B=29.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2107460.9800.570.58145.1496.3321.37
Hex26B2E620393A916015
Octal2153561420717222114025
Binary1011010111011101100010011100111101010010001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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