Html Css Color HEX #127D42 Dark Spring Green

📋 copy color: '#127D42'

red 18 ◦ green 125 ◦ blue 66

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

Shades of Dark Spring Green #127D42

Tints of Dark Spring Green #127D42

RGB

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

 GREEN value IS 125 (49.22% from 255) = 59.81%

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

R = 8.61%
G = 59.81%
B = 31.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#127D42 (or 0x127D42) is known color: Dark Spring Green. HEX triplet: 12, 7D and 42. RGB value is (18,125,66). Sum of RGB (Red+Green+Blue) = 18+125+66=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 125 (49.22% from 255 or 59.81% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 125 - color contains mainly: green. Hex color #127D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D42 is #ED82BD. Grayscale: #565656. Windows color (decimal): -15565502 or 4357394. OLE color: 4357394.

HSL color Cylindrical-coordinate representation of color #127D42: hue angle of 146.92º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D42 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 125 66 -
CMYK 0.86 0 0.47 0.51
HSL 146.92º 0.75% 0.28% -
HSV(B) 146.92º 0.86% 0.49% -
XYZ 8.57 15.19 7.63 -
YUV 86.28 116.55 79.3 -
System Red Green Blue C M Y K H S L
Decimal 18 125 66 0.86 0 0.47 0.51 146.92 0.75 0.28
Hex 12 7D 42 56 0 2F 33 93 4B 1C
Octal 22 175 102 126 0 57 63 223 113 34
Binary 10010 1111101 1000010 1010110 0 101111 110011 10010011 1001011 11100

Color Harmonies of #127D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127D42

Black with #127D42

Text Example


Text Example

White with #127D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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