#026A2B

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

Shades of Crusoe #026A2B

Tints of Crusoe #026A2B

Color information

#026A2B (or 0x026A2B) is unknown color: approx Crusoe. HEX triplet: 02, 6A and 2B. RGB value is (2,106,43). Sum of RGB (Red+Green+Blue) = 2+106+43=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 106 (41.80% from 255 or 70.20% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 106 - color contains mainly: green. Hex color #026A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026A2B is #FD95D4. Grayscale: #434343. Windows color (decimal): -16618965 or 2845186. OLE color: 2845186.

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

Color convert

RGB210643-
CMYK0.9800.590.58
HSL143.65º96.3%21.18%-
HSV(B)143.65º98.11%41.57%-
XYZ5.6210.54.02-
YUV67.72114.0481.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 106 (41.80% from 255) = 70.20%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=1.32%
G=70.20%
B=28.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2106430.9800.590.58143.6596.321.18
Hex26A2B6203B3A906015
Octal2152531420737222014025
Binary1011010101010111100010011101111101010010000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,106,43); }

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

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

 a { background-color: rgb(2,106,43); }

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

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

 span { border-color: rgb(2,106,43); }

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