#026220

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

Shades of Crusoe #026220

Tints of Crusoe #026220

Color information

#026220 (or 0x026220) is unknown color: approx Crusoe. HEX triplet: 02, 62 and 20. RGB value is (2,98,32). Sum of RGB (Red+Green+Blue) = 2+98+32=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 98 (38.67% from 255 or 74.24% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 98 - color contains mainly: green. Hex color #026220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026220 is #FD9DDF. Grayscale: #3D3D3D. Windows color (decimal): -16621024 or 2122242. OLE color: 2122242.

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

Color convert

RGB29832-
CMYK0.9800.670.62
HSL138.75º96%19.61%-
HSV(B)138.75º97.96%38.43%-
XYZ4.658.852.83-
YUV61.77111.285.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 98 (38.67% from 255) = 74.24%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=1.52%
G=74.24%
B=24.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298320.9800.670.62138.759619.61
Hex26220620433E8b6014
Octal21424014201037621314024
Binary10110001010000011000100100001111111010001011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026220; }

 p { color: rgb(2,98,32); }

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

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

 a { background-color: rgb(2,98,32); }

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

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

 span { border-color: rgb(2,98,32); }

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