Html Css Color HEX #127147 Dark Spring Green

📋 copy color: '#127147'

red 18 ◦ green 113 ◦ blue 71

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

Shades of Dark Spring Green #127147

Tints of Dark Spring Green #127147

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.94%

 BLUE value IS 71 (28.13% from 255) = 35.15%

R = 8.91%
G = 55.94%
B = 35.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#127147 (or 0x127147) is known color: Dark Spring Green. HEX triplet: 12, 71 and 47. RGB value is (18,113,71). Sum of RGB (Red+Green+Blue) = 18+113+71=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #127147 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127147 is #ED8EB8. Grayscale: #4F4F4F. Windows color (decimal): -15568569 or 4682002. OLE color: 4682002.

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

Color convert

RGB 18 113 71 -
CMYK 0.84 0 0.37 0.56
HSL 153.47º 0.73% 0.26% -
HSV(B) 153.47º 0.84% 0.44% -
XYZ 7.29 12.39 7.97 -
YUV 79.81 123.03 83.92 -
System Red Green Blue C M Y K H S L
Decimal 18 113 71 0.84 0 0.37 0.56 153.47 0.73 0.26
Hex 12 71 47 54 0 25 38 99 49 1A
Octal 22 161 107 124 0 45 70 231 111 32
Binary 10010 1110001 1000111 1010100 0 100101 111000 10011001 1001001 11010

Color Harmonies of #127147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127147

Black with #127147

Text Example


Text Example

White with #127147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127147; }

 p { color: rgb(18,113,71); }

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

background-color css

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

 a { background-color: rgb(18,113,71); }

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

border-color css

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

 span { border-color: rgb(18,113,71); }

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