#026927

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

Shades of Crusoe #026927

Tints of Crusoe #026927

Color information

#026927 (or 0x026927) is unknown color: approx Crusoe. HEX triplet: 02, 69 and 27. RGB value is (2,105,39). Sum of RGB (Red+Green+Blue) = 2+105+39=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 105 (41.41% from 255 or 71.92% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 105 - color contains mainly: green. Hex color #026927 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026927 is #FD96D8. Grayscale: #424242. Windows color (decimal): -16619225 or 2582786. OLE color: 2582786.

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

Color convert

RGB210539-
CMYK0.9800.630.59
HSL141.55º96.26%20.98%-
HSV(B)141.55º98.1%41.18%-
XYZ5.4410.263.61-
YUV66.68112.3881.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 105 (41.41% from 255) = 71.92%
BLUE value IS 39 (15.62% from 255) = 26.71%
R=1.37%
G=71.92%
B=26.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2105390.9800.630.59141.5596.2620.98
Hex269276203F3B8e6015
Octal2151471420777321614025
Binary1011010011001111100010011111111101110001110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026927; }

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

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

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

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

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

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

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

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