#027C40

Color #027C40 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #027C40

Tints of Dark Spring Green #027C40

Color information

#027C40 (or 0x027C40) is unknown color: approx Dark Spring Green. HEX triplet: 02, 7C and 40. RGB value is (2,124,64). Sum of RGB (Red+Green+Blue) = 2+124+64=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 124 (48.83% from 255 or 65.26% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 124 - color contains mainly: green. Hex color #027C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027C40 is #FD83BF. Grayscale: #505050. Windows color (decimal): -16614336 or 4226050. OLE color: 4226050.

HSL color Cylindrical-coordinate representation of color #027C40: hue angle of 150.49º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027C40 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB212464-
CMYK0.9800.480.51
HSL150.49º96.83%24.71%-
HSV(B)150.49º98.39%48.63%-
XYZ8.1614.87.28-
YUV80.68118.5871.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 124 (48.83% from 255) = 65.26%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=1.05%
G=65.26%
B=33.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2124640.9800.480.51150.4996.8324.71
Hex27C406203033966119
Octal21741001420606322614131
Binary10111110010000001100010011000011001110010110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027C40; }

 p { color: rgb(2,124,64); }

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

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

 a { background-color: rgb(2,124,64); }

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

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

 span { border-color: rgb(2,124,64); }

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