Html Css Color HEX #127048 Dark Spring Green

📋 copy color: '#127048'

red 18 ◦ green 112 ◦ blue 72

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

Shades of Dark Spring Green #127048

Tints of Dark Spring Green #127048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.64%

R = 8.91%
G = 55.45%
B = 35.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#127048 (or 0x127048) is known color: Dark Spring Green. HEX triplet: 12, 70 and 48. RGB value is (18,112,72). Sum of RGB (Red+Green+Blue) = 18+112+72=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #127048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127048 is #ED8FB7. Grayscale: #4F4F4F. Windows color (decimal): -15568824 or 4747282. OLE color: 4747282.

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

Color convert

RGB 18 112 72 -
CMYK 0.84 0 0.36 0.56
HSL 154.47º 0.72% 0.25% -
HSV(B) 154.47º 0.84% 0.44% -
XYZ 7.21 12.18 8.1 -
YUV 79.33 123.86 84.25 -
System Red Green Blue C M Y K H S L
Decimal 18 112 72 0.84 0 0.36 0.56 154.47 0.72 0.25
Hex 12 70 48 54 0 24 38 9A 48 19
Octal 22 160 110 124 0 44 70 232 110 31
Binary 10010 1110000 1001000 1010100 0 100100 111000 10011010 1001000 11001

Color Harmonies of #127048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127048

Black with #127048

Text Example


Text Example

White with #127048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127048; }

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

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

background-color css

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

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

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

border-color css

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

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

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