Html Css Color HEX #127C3A Dark Spring Green

📋 copy color: '#127C3A'

red 18 ◦ green 124 ◦ blue 58

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

Shades of Dark Spring Green #127C3A

Tints of Dark Spring Green #127C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29%

R = 9%
G = 62%
B = 29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#127C3A (or 0x127C3A) is known color: Dark Spring Green. HEX triplet: 12, 7C and 3A. RGB value is (18,124,58). Sum of RGB (Red+Green+Blue) = 18+124+58=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #127C3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C3A is #ED83C5. Grayscale: #545454. Windows color (decimal): -15565766 or 3832850. OLE color: 3832850.

HSL color Cylindrical-coordinate representation of color #127C3A: hue angle of 142.64º 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 #127C3A is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 124 58 -
CMYK 0.85 0 0.53 0.51
HSL 142.64º 0.75% 0.28% -
HSV(B) 142.64º 0.85% 0.49% -
XYZ 8.22 14.85 6.44 -
YUV 84.78 112.88 80.37 -
System Red Green Blue C M Y K H S L
Decimal 18 124 58 0.85 0 0.53 0.51 142.64 0.75 0.28
Hex 12 7C 3A 55 0 35 33 8F 4B 1C
Octal 22 174 72 125 0 65 63 217 113 34
Binary 10010 1111100 111010 1010101 0 110101 110011 10001111 1001011 11100

Color Harmonies of #127C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C3A

Black with #127C3A

Text Example


Text Example

White with #127C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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