#026819

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

Shades of Crusoe #026819

Tints of Crusoe #026819

Color information

#026819 (or 0x026819) is unknown color: approx Crusoe. HEX triplet: 02, 68 and 19. RGB value is (2,104,25). Sum of RGB (Red+Green+Blue) = 2+104+25=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 104 (41.02% from 255 or 79.39% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 104 - color contains mainly: green. Hex color #026819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026819 is #FD97E6. Grayscale: #404040. Windows color (decimal): -16619495 or 1665026. OLE color: 1665026.

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

Color convert

RGB210425-
CMYK0.9800.760.59
HSL133.53º96.23%20.78%-
HSV(B)133.53º98.08%40.78%-
XYZ5.159.982.58-
YUV64.5105.7183.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 104 (41.02% from 255) = 79.39%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=1.53%
G=79.39%
B=19.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104250.9800.760.59133.5396.2320.78
Hex268196204C3B866015
Octal21503114201147320614025
Binary1011010001100111000100100110011101110000110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026819; }

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

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

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

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

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

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

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

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