Html Css Color HEX #127C38 Dark Spring Green

📋 copy color: '#127C38'

red 18 ◦ green 124 ◦ blue 56

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

Shades of Dark Spring Green #127C38

Tints of Dark Spring Green #127C38

RGB

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

 GREEN value IS 124 (48.83% from 255) = 62.63%

 BLUE value IS 56 (22.27% from 255) = 28.28%

R = 9.09%
G = 62.63%
B = 28.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#127C38 (or 0x127C38) is known color: Dark Spring Green. HEX triplet: 12, 7C and 38. RGB value is (18,124,56). Sum of RGB (Red+Green+Blue) = 18+124+56=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 124 (48.83% from 255 or 62.63% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 124 - color contains mainly: green. Hex color #127C38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C38 is #ED83C7. Grayscale: #545454. Windows color (decimal): -15565768 or 3701778. OLE color: 3701778.

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

Color convert

RGB 18 124 56 -
CMYK 0.85 0 0.55 0.51
HSL 141.51º 0.75% 0.28% -
HSV(B) 141.51º 0.85% 0.49% -
XYZ 8.17 14.83 6.17 -
YUV 84.55 111.88 80.53 -
System Red Green Blue C M Y K H S L
Decimal 18 124 56 0.85 0 0.55 0.51 141.51 0.75 0.28
Hex 12 7C 38 55 0 37 33 8E 4B 1C
Octal 22 174 70 125 0 67 63 216 113 34
Binary 10010 1111100 111000 1010101 0 110111 110011 10001110 1001011 11100

Color Harmonies of #127C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C38

Black with #127C38

Text Example


Text Example

White with #127C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,124,56); }

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

background-color css

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

 a { background-color: rgb(18,124,56); }

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

border-color css

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

 span { border-color: rgb(18,124,56); }

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