#026818

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

Shades of Crusoe #026818

Tints of Crusoe #026818

Color information

#026818 (or 0x026818) is unknown color: approx Crusoe. HEX triplet: 02, 68 and 18. RGB value is (2,104,24). Sum of RGB (Red+Green+Blue) = 2+104+24=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 104 (41.02% from 255 or 80% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 104 - color contains mainly: green. Hex color #026818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026818 is #FD97E7. Grayscale: #404040. Windows color (decimal): -16619496 or 1599490. OLE color: 1599490.

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

Color convert

RGB210424-
CMYK0.9800.770.59
HSL132.94º96.23%20.78%-
HSV(B)132.94º98.08%40.78%-
XYZ5.149.982.52-
YUV64.38105.2183.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 104 (41.02% from 255) = 80%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=1.54%
G=80%
B=18.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104240.9800.770.59132.9496.2320.78
Hex268186204D3B856015
Octal21503014201157320514025
Binary1011010001100011000100100110111101110000101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026818; }

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

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

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

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

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

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

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

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