Html Css Color HEX #127F3C Dark Spring Green

📋 copy color: '#127F3C'

red 18 ◦ green 127 ◦ blue 60

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

Shades of Dark Spring Green #127F3C

Tints of Dark Spring Green #127F3C

RGB

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

 GREEN value IS 127 (50% from 255) = 61.95%

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

R = 8.78%
G = 61.95%
B = 29.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#127F3C (or 0x127F3C) is known color: Dark Spring Green. HEX triplet: 12, 7F and 3C. RGB value is (18,127,60). Sum of RGB (Red+Green+Blue) = 18+127+60=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 127 (50% from 255 or 61.95% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 127 - color contains mainly: green. Hex color #127F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127F3C is #ED80C3. Grayscale: #565656. Windows color (decimal): -15564996 or 3964690. OLE color: 3964690.

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

Color convert

RGB 18 127 60 -
CMYK 0.86 0 0.53 0.50
HSL 143.12º 0.75% 0.28% -
HSV(B) 143.12º 0.86% 0.5% -
XYZ 8.65 15.63 6.84 -
YUV 86.77 112.89 78.95 -
System Red Green Blue C M Y K H S L
Decimal 18 127 60 0.86 0 0.53 0.50 143.12 0.75 0.28
Hex 12 7F 3C 56 0 35 32 8F 4B 1C
Octal 22 177 74 126 0 65 62 217 113 34
Binary 10010 1111111 111100 1010110 0 110101 110010 10001111 1001011 11100

Color Harmonies of #127F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F3C

Black with #127F3C

Text Example


Text Example

White with #127F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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