Html Css Color HEX #127240 Dark Spring Green

📋 copy color: '#127240'

red 18 ◦ green 114 ◦ blue 64

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

Shades of Dark Spring Green #127240

Tints of Dark Spring Green #127240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 58.16%

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

R = 9.18%
G = 58.16%
B = 32.65%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#127240 (or 0x127240) is known color: Dark Spring Green. HEX triplet: 12, 72 and 40. RGB value is (18,114,64). Sum of RGB (Red+Green+Blue) = 18+114+64=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #127240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127240 is #ED8DBF. Grayscale: #4F4F4F. Windows color (decimal): -15568320 or 4223506. OLE color: 4223506.

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

Color convert

RGB 18 114 64 -
CMYK 0.84 0 0.44 0.55
HSL 148.75º 0.73% 0.26% -
HSV(B) 148.75º 0.84% 0.45% -
XYZ 7.19 12.53 6.89 -
YUV 79.6 119.2 84.07 -
System Red Green Blue C M Y K H S L
Decimal 18 114 64 0.84 0 0.44 0.55 148.75 0.73 0.26
Hex 12 72 40 54 0 2C 37 95 49 1A
Octal 22 162 100 124 0 54 67 225 111 32
Binary 10010 1110010 1000000 1010100 0 101100 110111 10010101 1001001 11010

Color Harmonies of #127240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127240

Black with #127240

Text Example


Text Example

White with #127240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127240; }

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

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

background-color css

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

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

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

border-color css

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

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

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