#02682B

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

Shades of Crusoe #02682B

Tints of Crusoe #02682B

Color information

#02682B (or 0x02682B) is unknown color: approx Crusoe. HEX triplet: 02, 68 and 2B. RGB value is (2,104,43). Sum of RGB (Red+Green+Blue) = 2+104+43=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 104 (41.02% from 255 or 69.80% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 104 - color contains mainly: green. Hex color #02682B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02682B is #FD97D4. Grayscale: #424242. Windows color (decimal): -16619477 or 2844674. OLE color: 2844674.

HSL color Cylindrical-coordinate representation of color #02682B: hue angle of 144.12º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02682B is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB210443-
CMYK0.9800.590.59
HSL144.12º96.23%20.78%-
HSV(B)144.12º98.08%40.78%-
XYZ5.4110.093.95-
YUV66.55114.7181.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 104 (41.02% from 255) = 69.80%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=1.34%
G=69.80%
B=28.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104430.9800.590.59144.1296.2320.78
Hex2682B6203B3B906015
Octal2150531420737322014025
Binary1011010001010111100010011101111101110010000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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