#02622F

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

Shades of Crusoe #02622F

Tints of Crusoe #02622F

Color information

#02622F (or 0x02622F) is unknown color: approx Crusoe. HEX triplet: 02, 62 and 2F. RGB value is (2,98,47). Sum of RGB (Red+Green+Blue) = 2+98+47=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 98 (38.67% from 255 or 66.67% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 98 - color contains mainly: green. Hex color #02622F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02622F is #FD9DD0. Grayscale: #3F3F3F. Windows color (decimal): -16621009 or 3105282. OLE color: 3105282.

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

Color convert

RGB29847-
CMYK0.9800.520.62
HSL148.12º96%19.61%-
HSV(B)148.12º97.96%38.43%-
XYZ4.918.954.16-
YUV63.48118.784.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 98 (38.67% from 255) = 66.67%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=1.36%
G=66.67%
B=31.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298470.9800.520.62148.129619.61
Hex2622F620343E946014
Octal2142571420647622414024
Binary1011000101011111100010011010011111010010100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02622F; }

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

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

<style>
 a { background-color: #02622F; }

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

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

<style>
 span { border-color: #02622F; }

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

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