Html Css Color HEX #127C3C Dark Spring Green

📋 copy color: '#127C3C'

red 18 ◦ green 124 ◦ blue 60

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

Shades of Dark Spring Green #127C3C

Tints of Dark Spring Green #127C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.7%

R = 8.91%
G = 61.39%
B = 29.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#127C3C (or 0x127C3C) is known color: Dark Spring Green. HEX triplet: 12, 7C and 3C. RGB value is (18,124,60). Sum of RGB (Red+Green+Blue) = 18+124+60=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #127C3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C3C is #ED83C3. Grayscale: #555555. Windows color (decimal): -15565764 or 3963922. OLE color: 3963922.

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

Color convert

RGB 18 124 60 -
CMYK 0.85 0 0.52 0.51
HSL 143.77º 0.75% 0.28% -
HSV(B) 143.77º 0.85% 0.49% -
XYZ 8.27 14.87 6.71 -
YUV 85.01 113.88 80.2 -
System Red Green Blue C M Y K H S L
Decimal 18 124 60 0.85 0 0.52 0.51 143.77 0.75 0.28
Hex 12 7C 3C 55 0 34 33 90 4B 1C
Octal 22 174 74 125 0 64 63 220 113 34
Binary 10010 1111100 111100 1010101 0 110100 110011 10010000 1001011 11100

Color Harmonies of #127C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C3C

Black with #127C3C

Text Example


Text Example

White with #127C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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