#026826

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

Shades of Crusoe #026826

Tints of Crusoe #026826

Color information

#026826 (or 0x026826) is unknown color: approx Crusoe. HEX triplet: 02, 68 and 26. RGB value is (2,104,38). Sum of RGB (Red+Green+Blue) = 2+104+38=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 104 (41.02% from 255 or 72.22% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 104 - color contains mainly: green. Hex color #026826 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026826 is #FD97D9. Grayscale: #424242. Windows color (decimal): -16619482 or 2516994. OLE color: 2516994.

HSL color Cylindrical-coordinate representation of color #026826: hue angle of 141.18º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026826 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB210438-
CMYK0.9800.630.59
HSL141.18º96.23%20.78%-
HSV(B)141.18º98.08%40.78%-
XYZ5.3310.053.49-
YUV65.98112.2182.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 104 (41.02% from 255) = 72.22%
BLUE value IS 38 (15.23% from 255) = 26.39%
R=1.39%
G=72.22%
B=26.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104380.9800.630.59141.1896.2320.78
Hex268266203F3B8d6015
Octal2150461420777321514025
Binary1011010001001101100010011111111101110001101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026826; }

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

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

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

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

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

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

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

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