Html Css Color HEX #127313 Green

📋 copy color: '#127313'

red 18 ◦ green 115 ◦ blue 19

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

Shades of Green #127313

Tints of Green #127313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.5%

R = 11.84%
G = 75.66%
B = 12.5%

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

#127313 (or 0x127313) is known color: Green. HEX triplet: 12, 73 and 13. RGB value is (18,115,19). Sum of RGB (Red+Green+Blue) = 18+115+19=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 115 (45.31% from 255 or 75.66% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 115 - color contains mainly: green. Hex color #127313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127313 is #ED8CEC. Grayscale: #4B4B4B. Windows color (decimal): -15568109 or 1274642. OLE color: 1274642.

HSL color Cylindrical-coordinate representation of color #127313: hue angle of 120.62º 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 #127313 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 115 19 -
CMYK 0.84 0 0.83 0.55
HSL 120.62º 0.73% 0.26% -
HSV(B) 120.62º 0.84% 0.45% -
XYZ 6.5 12.44 2.67 -
YUV 75.05 96.36 87.31 -
System Red Green Blue C M Y K H S L
Decimal 18 115 19 0.84 0 0.83 0.55 120.62 0.73 0.26
Hex 12 73 13 54 0 53 37 79 49 1A
Octal 22 163 23 124 0 123 67 171 111 32
Binary 10010 1110011 10011 1010100 0 1010011 110111 1111001 1001001 11010

Color Harmonies of #127313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127313

Black with #127313

Text Example


Text Example

White with #127313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127313; }

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

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

background-color css

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

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

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

border-color css

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

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

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