Html Css Color HEX #127341 Dark Spring Green

📋 copy color: '#127341'

red 18 ◦ green 115 ◦ blue 65

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

Shades of Dark Spring Green #127341

Tints of Dark Spring Green #127341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.83%

R = 9.09%
G = 58.08%
B = 32.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#127341 (or 0x127341) is known color: Dark Spring Green. HEX triplet: 12, 73 and 41. RGB value is (18,115,65). Sum of RGB (Red+Green+Blue) = 18+115+65=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #127341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127341 is #ED8CBE. Grayscale: #505050. Windows color (decimal): -15568063 or 4289298. OLE color: 4289298.

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

Color convert

RGB 18 115 65 -
CMYK 0.84 0 0.43 0.55
HSL 149.07º 0.73% 0.26% -
HSV(B) 149.07º 0.84% 0.45% -
XYZ 7.33 12.77 7.08 -
YUV 80.3 119.36 83.57 -
System Red Green Blue C M Y K H S L
Decimal 18 115 65 0.84 0 0.43 0.55 149.07 0.73 0.26
Hex 12 73 41 54 0 2B 37 95 49 1A
Octal 22 163 101 124 0 53 67 225 111 32
Binary 10010 1110011 1000001 1010100 0 101011 110111 10010101 1001001 11010

Color Harmonies of #127341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127341

Black with #127341

Text Example


Text Example

White with #127341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127341; }

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

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

background-color css

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

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

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

border-color css

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

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

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