#02622B

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

Shades of Crusoe #02622B

Tints of Crusoe #02622B

Color information

#02622B (or 0x02622B) is unknown color: approx Crusoe. HEX triplet: 02, 62 and 2B. RGB value is (2,98,43). Sum of RGB (Red+Green+Blue) = 2+98+43=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 98 (38.67% from 255 or 68.53% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 98 - color contains mainly: green. Hex color #02622B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02622B is #FD9DD4. Grayscale: #3F3F3F. Windows color (decimal): -16621013 or 2843138. OLE color: 2843138.

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

Color convert

RGB29843-
CMYK0.9800.560.62
HSL145.62º96%19.61%-
HSV(B)145.62º97.96%38.43%-
XYZ4.838.923.75-
YUV63.03116.784.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 98 (38.67% from 255) = 68.53%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=1.40%
G=68.53%
B=30.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298430.9800.560.62145.629619.61
Hex2622B620383E926014
Octal2142531420707622214024
Binary1011000101010111100010011100011111010010010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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