#026026

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

Shades of Crusoe #026026

Tints of Crusoe #026026

Color information

#026026 (or 0x026026) is unknown color: approx Crusoe. HEX triplet: 02, 60 and 26. RGB value is (2,96,38). Sum of RGB (Red+Green+Blue) = 2+96+38=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 96 (37.89% from 255 or 70.59% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 96 - color contains mainly: green. Hex color #026026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026026 is #FD9FD9. Grayscale: #3D3D3D. Windows color (decimal): -16621530 or 2514946. OLE color: 2514946.

HSL color Cylindrical-coordinate representation of color #026026: hue angle of 142.98º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026026 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB29638-
CMYK0.9800.600.62
HSL142.98º95.92%19.22%-
HSV(B)142.98º97.92%37.65%-
XYZ4.568.523.24-
YUV61.28114.8685.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 96 (37.89% from 255) = 70.59%
BLUE value IS 38 (15.23% from 255) = 27.94%
R=1.47%
G=70.59%
B=27.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296380.9800.600.62142.9895.9219.22
Hex260266203C3E8f6013
Octal2140461420747621714023
Binary1011000001001101100010011110011111010001111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026026; }

 p { color: rgb(2,96,38); }

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

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

 a { background-color: rgb(2,96,38); }

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

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

 span { border-color: rgb(2,96,38); }

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