#02641D

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

Shades of Crusoe #02641D

Tints of Crusoe #02641D

Color information

#02641D (or 0x02641D) is unknown color: approx Crusoe. HEX triplet: 02, 64 and 1D. RGB value is (2,100,29). Sum of RGB (Red+Green+Blue) = 2+100+29=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 100 (39.45% from 255 or 76.34% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 100 - color contains mainly: green. Hex color #02641D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02641D is #FD9BE2. Grayscale: #3E3E3E. Windows color (decimal): -16620515 or 1926146. OLE color: 1926146.

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

Color convert

RGB210029-
CMYK0.9800.710.61
HSL136.53º96.08%20%-
HSV(B)136.53º98%39.22%-
XYZ4.89.222.69-
YUV62.6109.0384.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 100 (39.45% from 255) = 76.34%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=1.53%
G=76.34%
B=22.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2100290.9800.710.61136.5396.0820
Hex2641D620473D896014
Octal21443514201077521114024
Binary1011001001110111000100100011111110110001001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02641D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02641D; }

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

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

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

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

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

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

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

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