Html Css Color HEX #127241 Dark Spring Green

📋 copy color: '#127241'

red 18 ◦ green 114 ◦ blue 65

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

Shades of Dark Spring Green #127241

Tints of Dark Spring Green #127241

RGB

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

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

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

R = 9.14%
G = 57.87%
B = 32.99%

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

#127241 (or 0x127241) is known color: Dark Spring Green. HEX triplet: 12, 72 and 41. RGB value is (18,114,65). Sum of RGB (Red+Green+Blue) = 18+114+65=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #127241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127241 is #ED8DBE. Grayscale: #4F4F4F. Windows color (decimal): -15568319 or 4289042. OLE color: 4289042.

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

Color convert

RGB 18 114 65 -
CMYK 0.84 0 0.43 0.55
HSL 149.38º 0.73% 0.26% -
HSV(B) 149.38º 0.84% 0.45% -
XYZ 7.22 12.54 7.04 -
YUV 79.71 119.7 83.98 -
System Red Green Blue C M Y K H S L
Decimal 18 114 65 0.84 0 0.43 0.55 149.38 0.73 0.26
Hex 12 72 41 54 0 2B 37 95 49 1A
Octal 22 162 101 124 0 53 67 225 111 32
Binary 10010 1110010 1000001 1010100 0 101011 110111 10010101 1001001 11010

Color Harmonies of #127241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127241

Black with #127241

Text Example


Text Example

White with #127241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127241; }

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

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

background-color css

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

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

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

border-color css

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

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

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