Html Css Color HEX #127314 Green

📋 copy color: '#127314'

red 18 ◦ green 115 ◦ blue 20

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

Shades of Green #127314

Tints of Green #127314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.07%

R = 11.76%
G = 75.16%
B = 13.07%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#127314 (or 0x127314) is known color: Green. HEX triplet: 12, 73 and 14. RGB value is (18,115,20). Sum of RGB (Red+Green+Blue) = 18+115+20=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 115 (45.31% from 255 or 75.16% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 115 - color contains mainly: green. Hex color #127314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127314 is #ED8CEB. Grayscale: #4B4B4B. Windows color (decimal): -15568108 or 1340178. OLE color: 1340178.

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

Color convert

RGB 18 115 20 -
CMYK 0.84 0 0.83 0.55
HSL 121.24º 0.73% 0.26% -
HSV(B) 121.24º 0.84% 0.45% -
XYZ 6.51 12.44 2.72 -
YUV 75.17 96.86 87.22 -
System Red Green Blue C M Y K H S L
Decimal 18 115 20 0.84 0 0.83 0.55 121.24 0.73 0.26
Hex 12 73 14 54 0 53 37 79 49 1A
Octal 22 163 24 124 0 123 67 171 111 32
Binary 10010 1110011 10100 1010100 0 1010011 110111 1111001 1001001 11010

Color Harmonies of #127314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127314

Black with #127314

Text Example


Text Example

White with #127314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127314; }

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

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

background-color css

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

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

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

border-color css

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

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

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