Html Css Color HEX #127144 Dark Spring Green

📋 copy color: '#127144'

red 18 ◦ green 113 ◦ blue 68

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

Shades of Dark Spring Green #127144

Tints of Dark Spring Green #127144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.17%

R = 9.05%
G = 56.78%
B = 34.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#127144 (or 0x127144) is known color: Dark Spring Green. HEX triplet: 12, 71 and 44. RGB value is (18,113,68). Sum of RGB (Red+Green+Blue) = 18+113+68=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #127144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127144 is #ED8EBB. Grayscale: #4F4F4F. Windows color (decimal): -15568572 or 4485394. OLE color: 4485394.

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

Color convert

RGB 18 113 68 -
CMYK 0.84 0 0.40 0.56
HSL 151.58º 0.73% 0.26% -
HSV(B) 151.58º 0.84% 0.44% -
XYZ 7.2 12.36 7.47 -
YUV 79.47 121.53 84.16 -
System Red Green Blue C M Y K H S L
Decimal 18 113 68 0.84 0 0.40 0.56 151.58 0.73 0.26
Hex 12 71 44 54 0 28 38 98 49 1A
Octal 22 161 104 124 0 50 70 230 111 32
Binary 10010 1110001 1000100 1010100 0 101000 111000 10011000 1001001 11010

Color Harmonies of #127144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127144

Black with #127144

Text Example


Text Example

White with #127144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127144; }

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

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

background-color css

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

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

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

border-color css

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

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

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