Html Css Color HEX #127347 Dark Spring Green

📋 copy color: '#127347'

red 18 ◦ green 115 ◦ blue 71

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

Shades of Dark Spring Green #127347

Tints of Dark Spring Green #127347

RGB

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

 GREEN value IS 115 (45.31% from 255) = 56.37%

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

R = 8.82%
G = 56.37%
B = 34.8%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#127347 (or 0x127347) is known color: Dark Spring Green. HEX triplet: 12, 73 and 47. RGB value is (18,115,71). Sum of RGB (Red+Green+Blue) = 18+115+71=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #127347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127347 is #ED8CB8. Grayscale: #515151. Windows color (decimal): -15568057 or 4682514. OLE color: 4682514.

HSL color Cylindrical-coordinate representation of color #127347: hue angle of 152.78º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127347 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 115 71 -
CMYK 0.84 0 0.38 0.55
HSL 152.78º 0.73% 0.26% -
HSV(B) 152.78º 0.84% 0.45% -
XYZ 7.52 12.85 8.04 -
YUV 80.98 122.36 83.08 -
System Red Green Blue C M Y K H S L
Decimal 18 115 71 0.84 0 0.38 0.55 152.78 0.73 0.26
Hex 12 73 47 54 0 26 37 99 49 1A
Octal 22 163 107 124 0 46 67 231 111 32
Binary 10010 1110011 1000111 1010100 0 100110 110111 10011001 1001001 11010

Color Harmonies of #127347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127347

Black with #127347

Text Example


Text Example

White with #127347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127347; }

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

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

background-color css

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

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

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

border-color css

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

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

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