Html Css Color HEX #127542 Dark Spring Green

📋 copy color: '#127542'

red 18 ◦ green 117 ◦ blue 66

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

Shades of Dark Spring Green #127542

Tints of Dark Spring Green #127542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 58.21%

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

R = 8.96%
G = 58.21%
B = 32.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#127542 (or 0x127542) is known color: Dark Spring Green. HEX triplet: 12, 75 and 42. RGB value is (18,117,66). Sum of RGB (Red+Green+Blue) = 18+117+66=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #127542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127542 is #ED8ABD. Grayscale: #515151. Windows color (decimal): -15567550 or 4355346. OLE color: 4355346.

HSL color Cylindrical-coordinate representation of color #127542: hue angle of 149.09º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127542 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 66 -
CMYK 0.85 0 0.44 0.54
HSL 149.09º 0.73% 0.26% -
HSV(B) 149.09º 0.85% 0.46% -
XYZ 7.59 13.24 7.31 -
YUV 81.59 119.2 82.65 -
System Red Green Blue C M Y K H S L
Decimal 18 117 66 0.85 0 0.44 0.54 149.09 0.73 0.26
Hex 12 75 42 55 0 2C 36 95 49 1A
Octal 22 165 102 125 0 54 66 225 111 32
Binary 10010 1110101 1000010 1010101 0 101100 110110 10010101 1001001 11010

Color Harmonies of #127542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127542

Black with #127542

Text Example


Text Example

White with #127542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127542; }

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

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

background-color css

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

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

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

border-color css

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

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

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