#027C3E

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

Shades of Dark Spring Green #027C3E

Tints of Dark Spring Green #027C3E

Color information

#027C3E (or 0x027C3E) is unknown color: approx Dark Spring Green. HEX triplet: 02, 7C and 3E. RGB value is (2,124,62). Sum of RGB (Red+Green+Blue) = 2+124+62=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 124 (48.83% from 255 or 65.96% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 124 - color contains mainly: green. Hex color #027C3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027C3E is #FD83C1. Grayscale: #505050. Windows color (decimal): -16614338 or 4094978. OLE color: 4094978.

HSL color Cylindrical-coordinate representation of color #027C3E: hue angle of 149.51º 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 #027C3E is Cyan = 0.98, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.51.

Color convert

RGB212462-
CMYK0.9800.50.51
HSL149.51º96.83%24.71%-
HSV(B)149.51º98.39%48.63%-
XYZ8.114.786.98-
YUV80.45117.5872.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 124 (48.83% from 255) = 65.96%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=1.06%
G=65.96%
B=32.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2124620.9800.50.51149.5196.8324.71
Hex27C3E6203233966119
Octal2174761420626322614131
Binary1011111001111101100010011001011001110010110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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