Html Css Color HEX #127E3B Dark Spring Green

📋 copy color: '#127E3B'

red 18 ◦ green 126 ◦ blue 59

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

Shades of Dark Spring Green #127E3B

Tints of Dark Spring Green #127E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.06%

R = 8.87%
G = 62.07%
B = 29.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#127E3B (or 0x127E3B) is known color: Dark Spring Green. HEX triplet: 12, 7E and 3B. RGB value is (18,126,59). Sum of RGB (Red+Green+Blue) = 18+126+59=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 126 (49.61% from 255 or 62.07% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 126 - color contains mainly: green. Hex color #127E3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127E3B is #ED81C4. Grayscale: #565656. Windows color (decimal): -15565253 or 3898898. OLE color: 3898898.

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

Color convert

RGB 18 126 59 -
CMYK 0.86 0 0.53 0.51
HSL 142.78º 0.75% 0.28% -
HSV(B) 142.78º 0.86% 0.49% -
XYZ 8.5 15.37 6.66 -
YUV 86.07 112.72 79.45 -
System Red Green Blue C M Y K H S L
Decimal 18 126 59 0.86 0 0.53 0.51 142.78 0.75 0.28
Hex 12 7E 3B 56 0 35 33 8F 4B 1C
Octal 22 176 73 126 0 65 63 217 113 34
Binary 10010 1111110 111011 1010110 0 110101 110011 10001111 1001011 11100

Color Harmonies of #127E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127E3B

Black with #127E3B

Text Example


Text Example

White with #127E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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