#026926

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

Shades of Crusoe #026926

Tints of Crusoe #026926

Color information

#026926 (or 0x026926) is unknown color: approx Crusoe. HEX triplet: 02, 69 and 26. RGB value is (2,105,38). Sum of RGB (Red+Green+Blue) = 2+105+38=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 105 (41.41% from 255 or 72.41% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 105 - color contains mainly: green. Hex color #026926 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026926 is #FD96D9. Grayscale: #424242. Windows color (decimal): -16619226 or 2517250. OLE color: 2517250.

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

Color convert

RGB210538-
CMYK0.9800.640.59
HSL140.97º96.26%20.98%-
HSV(B)140.97º98.1%41.18%-
XYZ5.4310.263.53-
YUV66.56111.8881.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 105 (41.41% from 255) = 72.41%
BLUE value IS 38 (15.23% from 255) = 26.21%
R=1.38%
G=72.41%
B=26.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2105380.9800.640.59140.9796.2620.98
Hex26926620403B8d6015
Octal21514614201007321514025
Binary10110100110011011000100100000011101110001101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026926; }

 p { color: rgb(2,105,38); }

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

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

 a { background-color: rgb(2,105,38); }

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

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

 span { border-color: rgb(2,105,38); }

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