Html Css Color HEX #127648 Dark Spring Green

📋 copy color: '#127648'

red 18 ◦ green 118 ◦ blue 72

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

Shades of Dark Spring Green #127648

Tints of Dark Spring Green #127648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 56.73%

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

R = 8.65%
G = 56.73%
B = 34.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#127648 (or 0x127648) is known color: Dark Spring Green. HEX triplet: 12, 76 and 48. RGB value is (18,118,72). Sum of RGB (Red+Green+Blue) = 18+118+72=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #127648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127648 is #ED89B7. Grayscale: #525252. Windows color (decimal): -15567288 or 4748818. OLE color: 4748818.

HSL color Cylindrical-coordinate representation of color #127648: hue angle of 152.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127648 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 118 72 -
CMYK 0.85 0 0.39 0.54
HSL 152.4º 0.74% 0.27% -
HSV(B) 152.4º 0.85% 0.46% -
XYZ 7.9 13.55 8.33 -
YUV 82.86 121.87 81.74 -
System Red Green Blue C M Y K H S L
Decimal 18 118 72 0.85 0 0.39 0.54 152.4 0.74 0.27
Hex 12 76 48 55 0 27 36 98 4A 1B
Octal 22 166 110 125 0 47 66 230 112 33
Binary 10010 1110110 1001000 1010101 0 100111 110110 10011000 1001010 11011

Color Harmonies of #127648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127648

Black with #127648

Text Example


Text Example

White with #127648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127648; }

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

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

background-color css

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

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

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

border-color css

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

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

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