Html Css Color HEX #127044 Dark Spring Green

📋 copy color: '#127044'

red 18 ◦ green 112 ◦ blue 68

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

Shades of Dark Spring Green #127044

Tints of Dark Spring Green #127044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.34%

R = 9.09%
G = 56.57%
B = 34.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#127044 (or 0x127044) is known color: Dark Spring Green. HEX triplet: 12, 70 and 44. RGB value is (18,112,68). Sum of RGB (Red+Green+Blue) = 18+112+68=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #127044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127044 is #ED8FBB. Grayscale: #4E4E4E. Windows color (decimal): -15568828 or 4485138. OLE color: 4485138.

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

Color convert

RGB 18 112 68 -
CMYK 0.84 0 0.39 0.56
HSL 151.91º 0.72% 0.25% -
HSV(B) 151.91º 0.84% 0.44% -
XYZ 7.09 12.13 7.44 -
YUV 78.88 121.86 84.58 -
System Red Green Blue C M Y K H S L
Decimal 18 112 68 0.84 0 0.39 0.56 151.91 0.72 0.25
Hex 12 70 44 54 0 27 38 98 48 19
Octal 22 160 104 124 0 47 70 230 110 31
Binary 10010 1110000 1000100 1010100 0 100111 111000 10011000 1001000 11001

Color Harmonies of #127044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127044

Black with #127044

Text Example


Text Example

White with #127044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127044; }

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

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

background-color css

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

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

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

border-color css

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

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

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