#027728

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

Shades of Crusoe #027728

Tints of Crusoe #027728

Color information

#027728 (or 0x027728) is unknown color: approx Crusoe. HEX triplet: 02, 77 and 28. RGB value is (2,119,40). Sum of RGB (Red+Green+Blue) = 2+119+40=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 119 (46.88% from 255 or 73.91% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 119 - color contains mainly: green. Hex color #027728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027728 is #FD88D7. Grayscale: #4B4B4B. Windows color (decimal): -16615640 or 2651906. OLE color: 2651906.

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

Color convert

RGB211940-
CMYK0.9800.660.53
HSL139.49º96.69%23.73%-
HSV(B)139.49º98.32%46.67%-
XYZ713.364.22-
YUV75.01108.2475.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.24%
GREEN value IS 119 (46.88% from 255) = 73.91%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=1.24%
G=73.91%
B=24.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2119400.9800.660.53139.4996.6923.73
Hex2772862042358b6118
Octal21675014201026521314130
Binary10111011110100011000100100001011010110001011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027728; }

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

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

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

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

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

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

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

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