#02621D

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

Shades of Crusoe #02621D

Tints of Crusoe #02621D

Color information

#02621D (or 0x02621D) is unknown color: approx Crusoe. HEX triplet: 02, 62 and 1D. RGB value is (2,98,29). Sum of RGB (Red+Green+Blue) = 2+98+29=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 98 (38.67% from 255 or 75.97% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 98 - color contains mainly: green. Hex color #02621D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02621D is #FD9DE2. Grayscale: #3D3D3D. Windows color (decimal): -16621027 or 1925634. OLE color: 1925634.

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

Color convert

RGB29829-
CMYK0.9800.700.62
HSL136.88º96%19.61%-
HSV(B)136.88º97.96%38.43%-
XYZ4.618.842.62-
YUV61.43109.785.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 98 (38.67% from 255) = 75.97%
BLUE value IS 29 (11.72% from 255) = 22.48%
R=1.55%
G=75.97%
B=22.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298290.9800.700.62136.889619.61
Hex2621D620463E896014
Octal21423514201067621114024
Binary1011000101110111000100100011011111010001001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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