#027527

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

Shades of Crusoe #027527

Tints of Crusoe #027527

Color information

#027527 (or 0x027527) is unknown color: approx Crusoe. HEX triplet: 02, 75 and 27. RGB value is (2,117,39). Sum of RGB (Red+Green+Blue) = 2+117+39=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 117 (46.09% from 255 or 74.05% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 117 - color contains mainly: green. Hex color #027527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027527 is #FD8AD8. Grayscale: #494949. Windows color (decimal): -16616153 or 2585858. OLE color: 2585858.

HSL color Cylindrical-coordinate representation of color #027527: hue angle of 139.3º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027527 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB211739-
CMYK0.9800.670.54
HSL139.3º96.64%23.33%-
HSV(B)139.3º98.29%45.88%-
XYZ6.7512.884.05-
YUV73.72108.476.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 117 (46.09% from 255) = 74.05%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=1.27%
G=74.05%
B=24.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117390.9800.670.54139.396.6423.33
Hex2752762043368b6117
Octal21654714201036621314127
Binary10111010110011111000100100001111011010001011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027527; }

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

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

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

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

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

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

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

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