Html Css Color HEX #127312 Green

📋 copy color: '#127312'

red 18 ◦ green 115 ◦ blue 18

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

Shades of Green #127312

Tints of Green #127312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.92%

R = 11.92%
G = 76.16%
B = 11.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#127312 (or 0x127312) is known color: Green. HEX triplet: 12, 73 and 12. RGB value is (18,115,18). Sum of RGB (Red+Green+Blue) = 18+115+18=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 115 (45.31% from 255 or 76.16% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 115 - color contains mainly: green. Hex color #127312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127312 is #ED8CED. Grayscale: #4B4B4B. Windows color (decimal): -15568110 or 1209106. OLE color: 1209106.

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

Color convert

RGB 18 115 18 -
CMYK 0.84 0 0.84 0.55
HSL 120º 0.73% 0.26% -
HSV(B) 120º 0.84% 0.45% -
XYZ 6.49 12.43 2.63 -
YUV 74.94 95.86 87.39 -
System Red Green Blue C M Y K H S L
Decimal 18 115 18 0.84 0 0.84 0.55 120 0.73 0.26
Hex 12 73 12 54 0 54 37 78 49 1A
Octal 22 163 22 124 0 124 67 170 111 32
Binary 10010 1110011 10010 1010100 0 1010100 110111 1111000 1001001 11010

Color Harmonies of #127312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127312

Black with #127312

Text Example


Text Example

White with #127312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127312; }

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

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

background-color css

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

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

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

border-color css

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

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

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