Html Css Color HEX #127045 Dark Spring Green

📋 copy color: '#127045'

red 18 ◦ green 112 ◦ blue 69

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

Shades of Dark Spring Green #127045

Tints of Dark Spring Green #127045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.67%

R = 9.05%
G = 56.28%
B = 34.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#127045 (or 0x127045) is known color: Dark Spring Green. HEX triplet: 12, 70 and 45. RGB value is (18,112,69). Sum of RGB (Red+Green+Blue) = 18+112+69=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #127045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127045 is #ED8FBA. Grayscale: #4F4F4F. Windows color (decimal): -15568827 or 4550674. OLE color: 4550674.

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

Color convert

RGB 18 112 69 -
CMYK 0.84 0 0.38 0.56
HSL 152.55º 0.72% 0.25% -
HSV(B) 152.55º 0.84% 0.44% -
XYZ 7.12 12.15 7.6 -
YUV 78.99 122.36 84.5 -
System Red Green Blue C M Y K H S L
Decimal 18 112 69 0.84 0 0.38 0.56 152.55 0.72 0.25
Hex 12 70 45 54 0 26 38 99 48 19
Octal 22 160 105 124 0 46 70 231 110 31
Binary 10010 1110000 1000101 1010100 0 100110 111000 10011001 1001000 11001

Color Harmonies of #127045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127045

Black with #127045

Text Example


Text Example

White with #127045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127045; }

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

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

background-color css

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

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

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

border-color css

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

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

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