Html Css Color HEX #127448 Dark Spring Green

📋 copy color: '#127448'

red 18 ◦ green 116 ◦ blue 72

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

Shades of Dark Spring Green #127448

Tints of Dark Spring Green #127448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.31%

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

R = 8.74%
G = 56.31%
B = 34.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#127448 (or 0x127448) is known color: Dark Spring Green. HEX triplet: 12, 74 and 48. RGB value is (18,116,72). Sum of RGB (Red+Green+Blue) = 18+116+72=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #127448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127448 is #ED8BB7. Grayscale: #515151. Windows color (decimal): -15567800 or 4748306. OLE color: 4748306.

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

Color convert

RGB 18 116 72 -
CMYK 0.84 0 0.38 0.55
HSL 153.06º 0.73% 0.26% -
HSV(B) 153.06º 0.84% 0.45% -
XYZ 7.66 13.09 8.25 -
YUV 81.68 122.53 82.58 -
System Red Green Blue C M Y K H S L
Decimal 18 116 72 0.84 0 0.38 0.55 153.06 0.73 0.26
Hex 12 74 48 54 0 26 37 99 49 1A
Octal 22 164 110 124 0 46 67 231 111 32
Binary 10010 1110100 1001000 1010100 0 100110 110111 10011001 1001001 11010

Color Harmonies of #127448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127448

Black with #127448

Text Example


Text Example

White with #127448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127448; }

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

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

background-color css

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

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

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

border-color css

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

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

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