Html Css Color HEX #127248 Dark Spring Green

📋 copy color: '#127248'

red 18 ◦ green 114 ◦ blue 72

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

Shades of Dark Spring Green #127248

Tints of Dark Spring Green #127248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.88%

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

R = 8.82%
G = 55.88%
B = 35.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#127248 (or 0x127248) is known color: Dark Spring Green. HEX triplet: 12, 72 and 48. RGB value is (18,114,72). Sum of RGB (Red+Green+Blue) = 18+114+72=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #127248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127248 is #ED8DB7. Grayscale: #505050. Windows color (decimal): -15568312 or 4747794. OLE color: 4747794.

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

Color convert

RGB 18 114 72 -
CMYK 0.84 0 0.37 0.55
HSL 153.75º 0.73% 0.26% -
HSV(B) 153.75º 0.84% 0.45% -
XYZ 7.44 12.63 8.18 -
YUV 80.51 123.2 83.42 -
System Red Green Blue C M Y K H S L
Decimal 18 114 72 0.84 0 0.37 0.55 153.75 0.73 0.26
Hex 12 72 48 54 0 25 37 9A 49 1A
Octal 22 162 110 124 0 45 67 232 111 32
Binary 10010 1110010 1001000 1010100 0 100101 110111 10011010 1001001 11010

Color Harmonies of #127248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127248

Black with #127248

Text Example


Text Example

White with #127248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127248; }

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

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

background-color css

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

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

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

border-color css

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

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

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