#027724

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

Shades of Crusoe #027724

Tints of Crusoe #027724

Color information

#027724 (or 0x027724) is unknown color: approx Crusoe. HEX triplet: 02, 77 and 24. RGB value is (2,119,36). Sum of RGB (Red+Green+Blue) = 2+119+36=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 119 (46.88% from 255 or 75.80% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 119 - color contains mainly: green. Hex color #027724 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027724 is #FD88DB. Grayscale: #4A4A4A. Windows color (decimal): -16615644 or 2389762. OLE color: 2389762.

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

Color convert

RGB211936-
CMYK0.9800.700.53
HSL137.44º96.69%23.73%-
HSV(B)137.44º98.32%46.67%-
XYZ6.9413.333.88-
YUV74.55106.2476.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 119 (46.88% from 255) = 75.80%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=1.27%
G=75.80%
B=22.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2119360.9800.700.53137.4496.6923.73
Hex277246204635896118
Octal21674414201066521114130
Binary10111011110010011000100100011011010110001001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027724; }

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

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

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

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

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

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

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

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