Html Css Color HEX #127148 Dark Spring Green

📋 copy color: '#127148'

red 18 ◦ green 113 ◦ blue 72

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

Shades of Dark Spring Green #127148

Tints of Dark Spring Green #127148

RGB

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

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

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

R = 8.87%
G = 55.67%
B = 35.47%

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

#127148 (or 0x127148) is known color: Dark Spring Green. HEX triplet: 12, 71 and 48. RGB value is (18,113,72). Sum of RGB (Red+Green+Blue) = 18+113+72=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #127148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127148 is #ED8EB7. Grayscale: #4F4F4F. Windows color (decimal): -15568568 or 4747538. OLE color: 4747538.

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

Color convert

RGB 18 113 72 -
CMYK 0.84 0 0.36 0.56
HSL 154.11º 0.73% 0.26% -
HSV(B) 154.11º 0.84% 0.44% -
XYZ 7.32 12.41 8.14 -
YUV 79.92 123.53 83.83 -
System Red Green Blue C M Y K H S L
Decimal 18 113 72 0.84 0 0.36 0.56 154.11 0.73 0.26
Hex 12 71 48 54 0 24 38 9A 49 1A
Octal 22 161 110 124 0 44 70 232 111 32
Binary 10010 1110001 1001000 1010100 0 100100 111000 10011010 1001001 11010

Color Harmonies of #127148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127148

Black with #127148

Text Example


Text Example

White with #127148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127148; }

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

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

background-color css

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

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

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

border-color css

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

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

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