#026827

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

Shades of Crusoe #026827

Tints of Crusoe #026827

Color information

#026827 (or 0x026827) is unknown color: approx Crusoe. HEX triplet: 02, 68 and 27. RGB value is (2,104,39). Sum of RGB (Red+Green+Blue) = 2+104+39=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 104 (41.02% from 255 or 71.72% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 104 - color contains mainly: green. Hex color #026827 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026827 is #FD97D8. Grayscale: #424242. Windows color (decimal): -16619481 or 2582530. OLE color: 2582530.

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

Color convert

RGB210439-
CMYK0.9800.620.59
HSL141.76º96.23%20.78%-
HSV(B)141.76º98.08%40.78%-
XYZ5.3410.063.58-
YUV66.09112.7182.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 104 (41.02% from 255) = 71.72%
BLUE value IS 39 (15.62% from 255) = 26.90%
R=1.38%
G=71.72%
B=26.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104390.9800.620.59141.7696.2320.78
Hex268276203E3B8e6015
Octal2150471420767321614025
Binary1011010001001111100010011111011101110001110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026827; }

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

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

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

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

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

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

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

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