#027726

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

Shades of Crusoe #027726

Tints of Crusoe #027726

Color information

#027726 (or 0x027726) is unknown color: approx Crusoe. HEX triplet: 02, 77 and 26. RGB value is (2,119,38). Sum of RGB (Red+Green+Blue) = 2+119+38=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 119 (46.88% from 255 or 74.84% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 119 - color contains mainly: green. Hex color #027726 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027726 is #FD88D9. Grayscale: #4A4A4A. Windows color (decimal): -16615642 or 2520834. OLE color: 2520834.

HSL color Cylindrical-coordinate representation of color #027726: hue angle of 138.46º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027726 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB211938-
CMYK0.9800.680.53
HSL138.46º96.69%23.73%-
HSV(B)138.46º98.32%46.67%-
XYZ6.9713.354.04-
YUV74.78107.2476.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 119 (46.88% from 255) = 74.84%
BLUE value IS 38 (15.23% from 255) = 23.90%
R=1.26%
G=74.84%
B=23.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2119380.9800.680.53138.4696.6923.73
Hex2772662044358a6118
Octal21674614201046521214130
Binary10111011110011011000100100010011010110001010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027726; }

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

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

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

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

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

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

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

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