Html Css Color HEX #127E3C Dark Spring Green

📋 copy color: '#127E3C'

red 18 ◦ green 126 ◦ blue 60

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

Shades of Dark Spring Green #127E3C

Tints of Dark Spring Green #127E3C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 61.76%

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

R = 8.82%
G = 61.76%
B = 29.41%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#127E3C (or 0x127E3C) is known color: Dark Spring Green. HEX triplet: 12, 7E and 3C. RGB value is (18,126,60). Sum of RGB (Red+Green+Blue) = 18+126+60=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 126 (49.61% from 255 or 61.76% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 126 - color contains mainly: green. Hex color #127E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127E3C is #ED81C3. Grayscale: #565656. Windows color (decimal): -15565252 or 3964434. OLE color: 3964434.

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

Color convert

RGB 18 126 60 -
CMYK 0.86 0 0.52 0.51
HSL 143.33º 0.75% 0.28% -
HSV(B) 143.33º 0.86% 0.49% -
XYZ 8.53 15.38 6.79 -
YUV 86.18 113.22 79.37 -
System Red Green Blue C M Y K H S L
Decimal 18 126 60 0.86 0 0.52 0.51 143.33 0.75 0.28
Hex 12 7E 3C 56 0 34 33 8F 4B 1C
Octal 22 176 74 126 0 64 63 217 113 34
Binary 10010 1111110 111100 1010110 0 110100 110011 10001111 1001011 11100

Color Harmonies of #127E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127E3C

Black with #127E3C

Text Example


Text Example

White with #127E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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