#02642B

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

Shades of Crusoe #02642B

Tints of Crusoe #02642B

Color information

#02642B (or 0x02642B) is unknown color: approx Crusoe. HEX triplet: 02, 64 and 2B. RGB value is (2,100,43). Sum of RGB (Red+Green+Blue) = 2+100+43=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 100 (39.45% from 255 or 68.97% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 100 - color contains mainly: green. Hex color #02642B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02642B is #FD9BD4. Grayscale: #404040. Windows color (decimal): -16620501 or 2843650. OLE color: 2843650.

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

Color convert

RGB210043-
CMYK0.9800.570.61
HSL145.1º96.08%20%-
HSV(B)145.1º98%39.22%-
XYZ5.029.33.82-
YUV64.2116.0383.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 100 (39.45% from 255) = 68.97%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=1.38%
G=68.97%
B=29.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2100430.9800.570.61145.196.0820
Hex2642B620393D916014
Octal2144531420717522114024
Binary1011001001010111100010011100111110110010001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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