#027E2E

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

Shades of Dark Spring Green #027E2E

Tints of Dark Spring Green #027E2E

Color information

#027E2E (or 0x027E2E) is unknown color: approx Dark Spring Green. HEX triplet: 02, 7E and 2E. RGB value is (2,126,46). Sum of RGB (Red+Green+Blue) = 2+126+46=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 126 (49.61% from 255 or 72.41% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 126 - color contains mainly: green. Hex color #027E2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027E2E is #FD81D1. Grayscale: #4F4F4F. Windows color (decimal): -16613842 or 3046914. OLE color: 3046914.

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

Color convert

RGB212646-
CMYK0.9800.630.51
HSL141.29º96.88%25.1%-
HSV(B)141.29º98.41%49.41%-
XYZ7.9815.135.08-
YUV79.8108.9272.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.15%
GREEN value IS 126 (49.61% from 255) = 72.41%
BLUE value IS 46 (18.36% from 255) = 26.44%
R=1.15%
G=72.41%
B=26.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2126460.9800.630.51141.2996.8825.1
Hex27E2E6203F338d6119
Octal2176561420776321514131
Binary1011111101011101100010011111111001110001101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,126,46); }

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

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

 a { background-color: rgb(2,126,46); }

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

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

 span { border-color: rgb(2,126,46); }

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