Html Css Color HEX #127A44 Dark Spring Green

📋 copy color: '#127A44'

red 18 ◦ green 122 ◦ blue 68

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

Shades of Dark Spring Green #127A44

Tints of Dark Spring Green #127A44

RGB

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

 GREEN value IS 122 (48.05% from 255) = 58.65%

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

R = 8.65%
G = 58.65%
B = 32.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#127A44 (or 0x127A44) is known color: Dark Spring Green. HEX triplet: 12, 7A and 44. RGB value is (18,122,68). Sum of RGB (Red+Green+Blue) = 18+122+68=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 122 (48.05% from 255 or 58.65% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 122 - color contains mainly: green. Hex color #127A44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127A44 is #ED85BB. Grayscale: #545454. Windows color (decimal): -15566268 or 4487698. OLE color: 4487698.

HSL color Cylindrical-coordinate representation of color #127A44: hue angle of 148.85º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A44 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 122 68 -
CMYK 0.85 0 0.44 0.52
HSL 148.85º 0.74% 0.27% -
HSV(B) 148.85º 0.85% 0.48% -
XYZ 8.25 14.47 7.83 -
YUV 84.75 118.54 80.39 -
System Red Green Blue C M Y K H S L
Decimal 18 122 68 0.85 0 0.44 0.52 148.85 0.74 0.27
Hex 12 7A 44 55 0 2C 34 95 4A 1B
Octal 22 172 104 125 0 54 64 225 112 33
Binary 10010 1111010 1000100 1010101 0 101100 110100 10010101 1001010 11011

Color Harmonies of #127A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A44

Black with #127A44

Text Example


Text Example

White with #127A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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