Html Css Color HEX #127042 Dark Spring Green

📋 copy color: '#127042'

red 18 ◦ green 112 ◦ blue 66

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

Shades of Dark Spring Green #127042

Tints of Dark Spring Green #127042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 9.18%
G = 57.14%
B = 33.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#127042 (or 0x127042) is known color: Dark Spring Green. HEX triplet: 12, 70 and 42. RGB value is (18,112,66). Sum of RGB (Red+Green+Blue) = 18+112+66=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #127042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127042 is #ED8FBD. Grayscale: #4E4E4E. Windows color (decimal): -15568830 or 4354066. OLE color: 4354066.

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

Color convert

RGB 18 112 66 -
CMYK 0.84 0 0.41 0.56
HSL 150.64º 0.72% 0.25% -
HSV(B) 150.64º 0.84% 0.44% -
XYZ 7.03 12.11 7.12 -
YUV 78.65 120.86 84.74 -
System Red Green Blue C M Y K H S L
Decimal 18 112 66 0.84 0 0.41 0.56 150.64 0.72 0.25
Hex 12 70 42 54 0 29 38 97 48 19
Octal 22 160 102 124 0 51 70 227 110 31
Binary 10010 1110000 1000010 1010100 0 101001 111000 10010111 1001000 11001

Color Harmonies of #127042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127042

Black with #127042

Text Example


Text Example

White with #127042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127042; }

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

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

background-color css

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

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

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

border-color css

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

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

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