#026121

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

Shades of Crusoe #026121

Tints of Crusoe #026121

Color information

#026121 (or 0x026121) is unknown color: approx Crusoe. HEX triplet: 02, 61 and 21. RGB value is (2,97,33). Sum of RGB (Red+Green+Blue) = 2+97+33=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 97 (38.28% from 255 or 73.48% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 97 - color contains mainly: green. Hex color #026121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026121 is #FD9EDE. Grayscale: #3D3D3D. Windows color (decimal): -16621279 or 2187522. OLE color: 2187522.

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

Color convert

RGB29733-
CMYK0.9800.660.62
HSL139.58º95.96%19.41%-
HSV(B)139.58º97.94%38.04%-
XYZ4.578.672.87-
YUV61.3112.0385.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 97 (38.28% from 255) = 73.48%
BLUE value IS 33 (13.28% from 255) = 25%
R=1.52%
G=73.48%
B=25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal297330.9800.660.62139.5895.9619.41
Hex26121620423E8c6013
Octal21414114201027621414023
Binary10110000110000111000100100001011111010001100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026121; }

 p { color: rgb(2,97,33); }

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

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

 a { background-color: rgb(2,97,33); }

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

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

 span { border-color: rgb(2,97,33); }

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