Html Css Color HEX #127942 Dark Spring Green

📋 copy color: '#127942'

red 18 ◦ green 121 ◦ blue 66

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

Shades of Dark Spring Green #127942

Tints of Dark Spring Green #127942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 59.02%

 BLUE value IS 66 (26.17% from 255) = 32.2%

R = 8.78%
G = 59.02%
B = 32.2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#127942 (or 0x127942) is known color: Dark Spring Green. HEX triplet: 12, 79 and 42. RGB value is (18,121,66). Sum of RGB (Red+Green+Blue) = 18+121+66=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 121 (47.66% from 255 or 59.02% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 121 - color contains mainly: green. Hex color #127942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127942 is #ED86BD. Grayscale: #545454. Windows color (decimal): -15566526 or 4356370. OLE color: 4356370.

HSL color Cylindrical-coordinate representation of color #127942: hue angle of 147.96º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127942 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 121 66 -
CMYK 0.85 0 0.45 0.53
HSL 147.96º 0.74% 0.27% -
HSV(B) 147.96º 0.85% 0.47% -
XYZ 8.07 14.2 7.47 -
YUV 83.93 117.88 80.97 -
System Red Green Blue C M Y K H S L
Decimal 18 121 66 0.85 0 0.45 0.53 147.96 0.74 0.27
Hex 12 79 42 55 0 2D 35 94 4A 1B
Octal 22 171 102 125 0 55 65 224 112 33
Binary 10010 1111001 1000010 1010101 0 101101 110101 10010100 1001010 11011

Color Harmonies of #127942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127942

Black with #127942

Text Example


Text Example

White with #127942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127942; }

 p { color: rgb(18,121,66); }

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

background-color css

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

 a { background-color: rgb(18,121,66); }

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

border-color css

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

 span { border-color: rgb(18,121,66); }

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