#026B2F

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

Shades of Crusoe #026B2F

Tints of Crusoe #026B2F

Color information

#026B2F (or 0x026B2F) is unknown color: approx Crusoe. HEX triplet: 02, 6B and 2F. RGB value is (2,107,47). Sum of RGB (Red+Green+Blue) = 2+107+47=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 107 (42.19% from 255 or 68.59% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 107 - color contains mainly: green. Hex color #026B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026B2F is #FD94D0. Grayscale: #444444. Windows color (decimal): -16618705 or 3107586. OLE color: 3107586.

HSL color Cylindrical-coordinate representation of color #026B2F: hue angle of 145.71º 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 #026B2F is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB210747-
CMYK0.9800.560.58
HSL145.71º96.33%21.37%-
HSV(B)145.71º98.13%41.96%-
XYZ5.810.734.46-
YUV68.76115.7180.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 107 (42.19% from 255) = 68.59%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=1.28%
G=68.59%
B=30.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2107470.9800.560.58145.7196.3321.37
Hex26B2F620383A926015
Octal2153571420707222214025
Binary1011010111011111100010011100011101010010010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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