Html Css Color HEX #127047 Dark Spring Green

📋 copy color: '#127047'

red 18 ◦ green 112 ◦ blue 71

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

Shades of Dark Spring Green #127047

Tints of Dark Spring Green #127047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.32%

R = 8.96%
G = 55.72%
B = 35.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#127047 (or 0x127047) is known color: Dark Spring Green. HEX triplet: 12, 70 and 47. RGB value is (18,112,71). Sum of RGB (Red+Green+Blue) = 18+112+71=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #127047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127047 is #ED8FB8. Grayscale: #4F4F4F. Windows color (decimal): -15568825 or 4681746. OLE color: 4681746.

HSL color Cylindrical-coordinate representation of color #127047: hue angle of 153.83º 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 #127047 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 71 -
CMYK 0.84 0 0.37 0.56
HSL 153.83º 0.72% 0.25% -
HSV(B) 153.83º 0.84% 0.44% -
XYZ 7.18 12.17 7.93 -
YUV 79.22 123.36 84.33 -
System Red Green Blue C M Y K H S L
Decimal 18 112 71 0.84 0 0.37 0.56 153.83 0.72 0.25
Hex 12 70 47 54 0 25 38 9A 48 19
Octal 22 160 107 124 0 45 70 232 110 31
Binary 10010 1110000 1000111 1010100 0 100101 111000 10011010 1001000 11001

Color Harmonies of #127047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127047

Black with #127047

Text Example


Text Example

White with #127047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127047; }

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

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

background-color css

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

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

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

border-color css

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

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

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