#02681B

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

Shades of Crusoe #02681B

Tints of Crusoe #02681B

Color information

#02681B (or 0x02681B) is unknown color: approx Crusoe. HEX triplet: 02, 68 and 1B. RGB value is (2,104,27). Sum of RGB (Red+Green+Blue) = 2+104+27=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 104 (41.02% from 255 or 78.20% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 104 - color contains mainly: green. Hex color #02681B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02681B is #FD97E4. Grayscale: #404040. Windows color (decimal): -16619493 or 1796098. OLE color: 1796098.

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

Color convert

RGB210427-
CMYK0.9800.740.59
HSL134.71º96.23%20.78%-
HSV(B)134.71º98.08%40.78%-
XYZ5.179.992.69-
YUV64.72106.7183.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 104 (41.02% from 255) = 78.20%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=1.50%
G=78.20%
B=20.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104270.9800.740.59134.7196.2320.78
Hex2681B6204A3B876015
Octal21503314201127320714025
Binary1011010001101111000100100101011101110000111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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