#02642E

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

Shades of Crusoe #02642E

Tints of Crusoe #02642E

Color information

#02642E (or 0x02642E) is unknown color: approx Crusoe. HEX triplet: 02, 64 and 2E. RGB value is (2,100,46). Sum of RGB (Red+Green+Blue) = 2+100+46=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 100 (39.45% from 255 or 67.57% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 100 - color contains mainly: green. Hex color #02642E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02642E is #FD9BD1. Grayscale: #404040. Windows color (decimal): -16620498 or 3040258. OLE color: 3040258.

HSL color Cylindrical-coordinate representation of color #02642E: hue angle of 146.94º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02642E is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB210046-
CMYK0.9800.540.61
HSL146.94º96.08%20%-
HSV(B)146.94º98%39.22%-
XYZ5.089.324.12-
YUV64.54117.5383.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 100 (39.45% from 255) = 67.57%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=1.35%
G=67.57%
B=31.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2100460.9800.540.61146.9496.0820
Hex2642E620363D936014
Octal2144561420667522314024
Binary1011001001011101100010011011011110110010011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02642E; }

 p { color: rgb(2,100,46); }

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

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

 a { background-color: rgb(2,100,46); }

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

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

 span { border-color: rgb(2,100,46); }

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