Html Css Color HEX #127041 Dark Spring Green

📋 copy color: '#127041'

red 18 ◦ green 112 ◦ blue 65

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

Shades of Dark Spring Green #127041

Tints of Dark Spring Green #127041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.44%

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

R = 9.23%
G = 57.44%
B = 33.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#127041 (or 0x127041) is known color: Dark Spring Green. HEX triplet: 12, 70 and 41. RGB value is (18,112,65). Sum of RGB (Red+Green+Blue) = 18+112+65=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #127041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127041 is #ED8FBE. Grayscale: #4E4E4E. Windows color (decimal): -15568831 or 4288530. OLE color: 4288530.

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

Color convert

RGB 18 112 65 -
CMYK 0.84 0 0.42 0.56
HSL 150º 0.72% 0.25% -
HSV(B) 150º 0.84% 0.44% -
XYZ 7 12.1 6.97 -
YUV 78.54 120.36 84.82 -
System Red Green Blue C M Y K H S L
Decimal 18 112 65 0.84 0 0.42 0.56 150 0.72 0.25
Hex 12 70 41 54 0 2A 38 96 48 19
Octal 22 160 101 124 0 52 70 226 110 31
Binary 10010 1110000 1000001 1010100 0 101010 111000 10010110 1001000 11001

Color Harmonies of #127041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127041

Black with #127041

Text Example


Text Example

White with #127041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127041; }

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

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

background-color css

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

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

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

border-color css

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

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

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