Html Css Color HEX #127140 Dark Spring Green

📋 copy color: '#127140'

red 18 ◦ green 113 ◦ blue 64

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

Shades of Dark Spring Green #127140

Tints of Dark Spring Green #127140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.95%

 BLUE value IS 64 (25.39% from 255) = 32.82%

R = 9.23%
G = 57.95%
B = 32.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#127140 (or 0x127140) is known color: Dark Spring Green. HEX triplet: 12, 71 and 40. RGB value is (18,113,64). Sum of RGB (Red+Green+Blue) = 18+113+64=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #127140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127140 is #ED8EBF. Grayscale: #4F4F4F. Windows color (decimal): -15568576 or 4223250. OLE color: 4223250.

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

Color convert

RGB 18 113 64 -
CMYK 0.84 0 0.43 0.56
HSL 149.05º 0.73% 0.26% -
HSV(B) 149.05º 0.84% 0.44% -
XYZ 7.08 12.31 6.85 -
YUV 79.01 119.53 84.48 -
System Red Green Blue C M Y K H S L
Decimal 18 113 64 0.84 0 0.43 0.56 149.05 0.73 0.26
Hex 12 71 40 54 0 2B 38 95 49 1A
Octal 22 161 100 124 0 53 70 225 111 32
Binary 10010 1110001 1000000 1010100 0 101011 111000 10010101 1001001 11010

Color Harmonies of #127140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127140

Black with #127140

Text Example


Text Example

White with #127140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127140; }

 p { color: rgb(18,113,64); }

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

background-color css

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

 a { background-color: rgb(18,113,64); }

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

border-color css

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

 span { border-color: rgb(18,113,64); }

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