#027727

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

Shades of Crusoe #027727

Tints of Crusoe #027727

Color information

#027727 (or 0x027727) is unknown color: approx Crusoe. HEX triplet: 02, 77 and 27. RGB value is (2,119,39). Sum of RGB (Red+Green+Blue) = 2+119+39=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 119 (46.88% from 255 or 74.38% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 119 - color contains mainly: green. Hex color #027727 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027727 is #FD88D8. Grayscale: #4B4B4B. Windows color (decimal): -16615641 or 2586370. OLE color: 2586370.

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

Color convert

RGB211939-
CMYK0.9800.670.53
HSL138.97º96.69%23.73%-
HSV(B)138.97º98.32%46.67%-
XYZ6.9913.354.13-
YUV74.9107.7476-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.25%
GREEN value IS 119 (46.88% from 255) = 74.38%
BLUE value IS 39 (15.62% from 255) = 24.38%
R=1.25%
G=74.38%
B=24.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2119390.9800.670.53138.9796.6923.73
Hex2772762043358b6118
Octal21674714201036521314130
Binary10111011110011111000100100001111010110001011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027727; }

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

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

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

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

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

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

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

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