#026726

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

Shades of Crusoe #026726

Tints of Crusoe #026726

Color information

#026726 (or 0x026726) is unknown color: approx Crusoe. HEX triplet: 02, 67 and 26. RGB value is (2,103,38). Sum of RGB (Red+Green+Blue) = 2+103+38=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 103 (40.62% from 255 or 72.03% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 103 - color contains mainly: green. Hex color #026726 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026726 is #FD98D9. Grayscale: #414141. Windows color (decimal): -16619738 or 2516738. OLE color: 2516738.

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

Color convert

RGB210338-
CMYK0.9800.630.60
HSL141.39º96.19%20.59%-
HSV(B)141.39º98.06%40.39%-
XYZ5.239.853.46-
YUV65.39112.5482.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 103 (40.62% from 255) = 72.03%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=1.40%
G=72.03%
B=26.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2103380.9800.630.60141.3996.1920.59
Hex267266203F3C8d6015
Octal2147461420777421514025
Binary1011001111001101100010011111111110010001101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026726; }

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

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

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

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

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

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

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

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