#026226

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

Shades of Crusoe #026226

Tints of Crusoe #026226

Color information

#026226 (or 0x026226) is unknown color: approx Crusoe. HEX triplet: 02, 62 and 26. RGB value is (2,98,38). Sum of RGB (Red+Green+Blue) = 2+98+38=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 98 (38.67% from 255 or 71.01% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 98 - color contains mainly: green. Hex color #026226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026226 is #FD9DD9. Grayscale: #3E3E3E. Windows color (decimal): -16621018 or 2515458. OLE color: 2515458.

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

Color convert

RGB29838-
CMYK0.9800.610.62
HSL142.5º96%19.61%-
HSV(B)142.5º97.96%38.43%-
XYZ4.748.893.3-
YUV62.46114.284.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 98 (38.67% from 255) = 71.01%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=1.45%
G=71.01%
B=27.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298380.9800.610.62142.59619.61
Hex262266203D3E8e6014
Octal2142461420757621614024
Binary1011000101001101100010011110111111010001110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026226; }

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

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

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

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

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

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

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

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