Html Css Color HEX #127310 Green

📋 copy color: '#127310'

red 18 ◦ green 115 ◦ blue 16

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

Shades of Green #127310

Tints of Green #127310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 77.18%

 BLUE value IS 16 (6.64% from 255) = 10.74%

R = 12.08%
G = 77.18%
B = 10.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#127310 (or 0x127310) is known color: Green. HEX triplet: 12, 73 and 10. RGB value is (18,115,16). Sum of RGB (Red+Green+Blue) = 18+115+16=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 115 (45.31% from 255 or 77.18% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 115 - color contains mainly: green. Hex color #127310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127310 is #ED8CEF. Grayscale: #4B4B4B. Windows color (decimal): -15568112 or 1078034. OLE color: 1078034.

HSL color Cylindrical-coordinate representation of color #127310: hue angle of 118.79º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127310 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 115 16 -
CMYK 0.84 0 0.86 0.55
HSL 118.79º 0.76% 0.26% -
HSV(B) 118.79º 0.86% 0.45% -
XYZ 6.47 12.43 2.55 -
YUV 74.71 94.86 87.55 -
System Red Green Blue C M Y K H S L
Decimal 18 115 16 0.84 0 0.86 0.55 118.79 0.76 0.26
Hex 12 73 10 54 0 56 37 77 4C 1A
Octal 22 163 20 124 0 126 67 167 114 32
Binary 10010 1110011 10000 1010100 0 1010110 110111 1110111 1001100 11010

Color Harmonies of #127310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127310

Black with #127310

Text Example


Text Example

White with #127310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127310; }

 p { color: rgb(18,115,16); }

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

background-color css

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

 a { background-color: rgb(18,115,16); }

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

border-color css

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

 span { border-color: rgb(18,115,16); }

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