#026215

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

Shades of Crusoe #026215

Tints of Crusoe #026215

Color information

#026215 (or 0x026215) is unknown color: approx Crusoe. HEX triplet: 02, 62 and 15. RGB value is (2,98,21). Sum of RGB (Red+Green+Blue) = 2+98+21=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 98 (38.67% from 255 or 80.99% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 98 - color contains mainly: green. Hex color #026215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026215 is #FD9DEA. Grayscale: #3C3C3C. Windows color (decimal): -16621035 or 1401346. OLE color: 1401346.

HSL color Cylindrical-coordinate representation of color #026215: hue angle of 131.88º 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 #026215 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB29821-
CMYK0.9800.790.62
HSL131.88º96%19.61%-
HSV(B)131.88º97.96%38.43%-
XYZ4.538.82.17-
YUV60.52105.786.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 98 (38.67% from 255) = 80.99%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=1.65%
G=80.99%
B=17.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298210.9800.790.62131.889619.61
Hex262156204F3E846014
Octal21422514201177620414024
Binary1011000101010111000100100111111111010000100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026215; }

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

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

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

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

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

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

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

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