#026622

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

Shades of Crusoe #026622

Tints of Crusoe #026622

Color information

#026622 (or 0x026622) is unknown color: approx Crusoe. HEX triplet: 02, 66 and 22. RGB value is (2,102,34). Sum of RGB (Red+Green+Blue) = 2+102+34=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 102 (40.23% from 255 or 73.91% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 102 - color contains mainly: green. Hex color #026622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026622 is #FD99DD. Grayscale: #404040. Windows color (decimal): -16619998 or 2254338. OLE color: 2254338.

HSL color Cylindrical-coordinate representation of color #026622: hue angle of 139.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026622 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.6.

Color convert

RGB210234-
CMYK0.9800.670.6
HSL139.2º96.15%20.39%-
HSV(B)139.2º98.04%40%-
XYZ5.079.633.11-
YUV64.35110.8783.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 102 (40.23% from 255) = 73.91%
BLUE value IS 34 (13.67% from 255) = 24.64%
R=1.45%
G=73.91%
B=24.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2102340.9800.670.6139.296.1520.39
Hex26622620433C8b6014
Octal21464214201037421314024
Binary10110011010001011000100100001111110010001011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026622; }

 p { color: rgb(2,102,34); }

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

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

 a { background-color: rgb(2,102,34); }

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

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

 span { border-color: rgb(2,102,34); }

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