Html Css Color HEX #127049 Dark Spring Green

📋 copy color: '#127049'

red 18 ◦ green 112 ◦ blue 73

#127049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #127049

Tints of Dark Spring Green #127049

RGB

 RED value IS 18 (7.42% from 255) = 8.87%

 GREEN value IS 112 (44.14% from 255) = 55.17%

 BLUE value IS 73 (28.91% from 255) = 35.96%

R = 8.87%
G = 55.17%
B = 35.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#127049 (or 0x127049) is known color: Dark Spring Green. HEX triplet: 12, 70 and 49. RGB value is (18,112,73). Sum of RGB (Red+Green+Blue) = 18+112+73=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #127049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127049 is #ED8FB6. Grayscale: #4F4F4F. Windows color (decimal): -15568823 or 4812818. OLE color: 4812818.

HSL color Cylindrical-coordinate representation of color #127049: hue angle of 155.11º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127049 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 73 -
CMYK 0.84 0 0.35 0.56
HSL 155.11º 0.72% 0.25% -
HSV(B) 155.11º 0.84% 0.44% -
XYZ 7.25 12.2 8.28 -
YUV 79.45 124.36 84.17 -
System Red Green Blue C M Y K H S L
Decimal 18 112 73 0.84 0 0.35 0.56 155.11 0.72 0.25
Hex 12 70 49 54 0 23 38 9B 48 19
Octal 22 160 111 124 0 43 70 233 110 31
Binary 10010 1110000 1001001 1010100 0 100011 111000 10011011 1001000 11001

Color Harmonies of #127049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127049

Black with #127049

Text Example


Text Example

White with #127049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127049; }

 p { color: rgb(18,112,73); }

 H1.HeaderClassName
 {
   color: #127049;
 }
 .AnyTagClassName
 {
   color: #127049;
 }
</style>

background-color css

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

 a { background-color: rgb(18,112,73); }

 div.DivClassName
 {
   background-color: #127049;
 }
 .BgClassName
 {
   background-color: #127049;
 }
</style>

border-color css

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

 span { border-color: rgb(18,112,73); }

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