Html Css Color HEX #127301 Green

📋 copy color: '#127301'

red 18 ◦ green 115 ◦ blue 1

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

Shades of Green #127301

Tints of Green #127301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 13.43%
G = 85.82%
B = 0.75%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#127301 (or 0x127301) is known color: Green. HEX triplet: 12, 73 and 01. RGB value is (18,115,1). Sum of RGB (Red+Green+Blue) = 18+115+1=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 115 (45.31% from 255 or 85.82% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 115 - color contains mainly: green. Hex color #127301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127301 is #ED8CFE. Grayscale: #494949. Windows color (decimal): -15568127 or 94994. OLE color: 94994.

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

Color convert

RGB 18 115 1 -
CMYK 0.84 0 0.99 0.55
HSL 111.05º 0.98% 0.23% -
HSV(B) 111.05º 0.99% 0.45% -
XYZ 6.39 12.39 2.08 -
YUV 73 87.36 88.77 -
System Red Green Blue C M Y K H S L
Decimal 18 115 1 0.84 0 0.99 0.55 111.05 0.98 0.23
Hex 12 73 1 54 0 63 37 6F 62 17
Octal 22 163 1 124 0 143 67 157 142 27
Binary 10010 1110011 1 1010100 0 1100011 110111 1101111 1100010 10111

Color Harmonies of #127301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127301

Black with #127301

Text Example


Text Example

White with #127301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127301; }

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

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

background-color css

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

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

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

border-color css

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

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

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