#027A3F

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

Shades of Dark Spring Green #027A3F

Tints of Dark Spring Green #027A3F

Color information

#027A3F (or 0x027A3F) is unknown color: approx Dark Spring Green. HEX triplet: 02, 7A and 3F. RGB value is (2,122,63). Sum of RGB (Red+Green+Blue) = 2+122+63=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 122 (48.05% from 255 or 65.24% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 122 - color contains mainly: green. Hex color #027A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027A3F is #FD85C0. Grayscale: #4F4F4F. Windows color (decimal): -16614849 or 4160002. OLE color: 4160002.

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

Color convert

RGB212263-
CMYK0.9800.480.52
HSL150.5º96.77%24.31%-
HSV(B)150.5º98.36%47.84%-
XYZ7.8814.297.05-
YUV79.39118.7472.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 122 (48.05% from 255) = 65.24%
BLUE value IS 63 (25% from 255) = 33.69%
R=1.07%
G=65.24%
B=33.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2122630.9800.480.52150.596.7724.31
Hex27A3F6203034966118
Octal2172771420606422614130
Binary1011110101111111100010011000011010010010110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,122,63); }

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

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

 a { background-color: rgb(2,122,63); }

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

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

 span { border-color: rgb(2,122,63); }

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