Html Css Color HEX #127345 Dark Spring Green

📋 copy color: '#127345'

red 18 ◦ green 115 ◦ blue 69

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

Shades of Dark Spring Green #127345

Tints of Dark Spring Green #127345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.16%

R = 8.91%
G = 56.93%
B = 34.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#127345 (or 0x127345) is known color: Dark Spring Green. HEX triplet: 12, 73 and 45. RGB value is (18,115,69). Sum of RGB (Red+Green+Blue) = 18+115+69=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #127345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127345 is #ED8CBA. Grayscale: #505050. Windows color (decimal): -15568059 or 4551442. OLE color: 4551442.

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

Color convert

RGB 18 115 69 -
CMYK 0.84 0 0.4 0.55
HSL 151.55º 0.73% 0.26% -
HSV(B) 151.55º 0.84% 0.45% -
XYZ 7.45 12.82 7.71 -
YUV 80.75 121.36 83.24 -
System Red Green Blue C M Y K H S L
Decimal 18 115 69 0.84 0 0.4 0.55 151.55 0.73 0.26
Hex 12 73 45 54 0 28 37 98 49 1A
Octal 22 163 105 124 0 50 67 230 111 32
Binary 10010 1110011 1000101 1010100 0 101000 110111 10011000 1001001 11010

Color Harmonies of #127345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127345

Black with #127345

Text Example


Text Example

White with #127345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127345; }

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

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

background-color css

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

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

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

border-color css

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

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

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