#02621E

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

Shades of Crusoe #02621E

Tints of Crusoe #02621E

Color information

#02621E (or 0x02621E) is unknown color: approx Crusoe. HEX triplet: 02, 62 and 1E. RGB value is (2,98,30). Sum of RGB (Red+Green+Blue) = 2+98+30=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 98 (38.67% from 255 or 75.38% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 98 - color contains mainly: green. Hex color #02621E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02621E is #FD9DE1. Grayscale: #3D3D3D. Windows color (decimal): -16621026 or 1991170. OLE color: 1991170.

HSL color Cylindrical-coordinate representation of color #02621E: hue angle of 137.5º 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 #02621E is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB29830-
CMYK0.9800.690.62
HSL137.5º96%19.61%-
HSV(B)137.5º97.96%38.43%-
XYZ4.638.842.69-
YUV61.54110.285.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 98 (38.67% from 255) = 75.38%
BLUE value IS 30 (12.11% from 255) = 23.08%
R=1.54%
G=75.38%
B=23.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298300.9800.690.62137.59619.61
Hex2621E620453E8a6014
Octal21423614201057621214024
Binary1011000101111011000100100010111111010001010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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