#007F2A

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

Shades of Dark Spring Green #007F2A

Tints of Dark Spring Green #007F2A

Color information

#007F2A (or 0x007F2A) is unknown color: approx Dark Spring Green. HEX triplet: 00, 7F and 2A. RGB value is (0,127,42). Sum of RGB (Red+Green+Blue) = 0+127+42=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 127 (50% from 255 or 75.15% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 127 - color contains mainly: green. Hex color #007F2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007F2A is #FF80D5. Grayscale: #4F4F4F. Windows color (decimal): -16744662 or 2785024. OLE color: 2785024.

HSL color Cylindrical-coordinate representation of color #007F2A: hue angle of 139.84º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F2A is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB012742-
CMYK100.670.50
HSL139.84º100%24.9%-
HSV(B)139.84º100%49.8%-
XYZ8.0115.354.73-
YUV79.34106.9271.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 127 (50% from 255) = 75.15%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=0%
G=75.15%
B=24.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal012742100.670.50139.8410024.9
Hex07F2A64043328c6419
Octal01775214401036221414431
Binary0111111110101011001000100001111001010001100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007F2A; }

 p { color: rgb(0,127,42); }

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

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

 a { background-color: rgb(0,127,42); }

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

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

 span { border-color: rgb(0,127,42); }

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