Html Css Color HEX #127346 Dark Spring Green

📋 copy color: '#127346'

red 18 ◦ green 115 ◦ blue 70

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

Shades of Dark Spring Green #127346

Tints of Dark Spring Green #127346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.48%

R = 8.87%
G = 56.65%
B = 34.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#127346 (or 0x127346) is known color: Dark Spring Green. HEX triplet: 12, 73 and 46. RGB value is (18,115,70). Sum of RGB (Red+Green+Blue) = 18+115+70=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #127346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127346 is #ED8CB9. Grayscale: #505050. Windows color (decimal): -15568058 or 4616978. OLE color: 4616978.

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

Color convert

RGB 18 115 70 -
CMYK 0.84 0 0.39 0.55
HSL 152.16º 0.73% 0.26% -
HSV(B) 152.16º 0.84% 0.45% -
XYZ 7.49 12.83 7.88 -
YUV 80.87 121.86 83.16 -
System Red Green Blue C M Y K H S L
Decimal 18 115 70 0.84 0 0.39 0.55 152.16 0.73 0.26
Hex 12 73 46 54 0 27 37 98 49 1A
Octal 22 163 106 124 0 47 67 230 111 32
Binary 10010 1110011 1000110 1010100 0 100111 110111 10011000 1001001 11010

Color Harmonies of #127346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127346

Black with #127346

Text Example


Text Example

White with #127346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127346; }

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

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

background-color css

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

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

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

border-color css

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

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

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