Html Css Color HEX #127403 Green

📋 copy color: '#127403'

red 18 ◦ green 116 ◦ blue 3

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

Shades of Green #127403

Tints of Green #127403

RGB

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

 GREEN value IS 116 (45.7% from 255) = 84.67%

 BLUE value IS 3 (1.56% from 255) = 2.19%

R = 13.14%
G = 84.67%
B = 2.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#127403 (or 0x127403) is known color: Green. HEX triplet: 12, 74 and 03. RGB value is (18,116,3). Sum of RGB (Red+Green+Blue) = 18+116+3=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 116 (45.70% from 255 or 84.67% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 116 - color contains mainly: green. Hex color #127403 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127403 is #ED8BFC. Grayscale: #4A4A4A. Windows color (decimal): -15567869 or 226322. OLE color: 226322.

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

Color convert

RGB 18 116 3 -
CMYK 0.84 0 0.97 0.55
HSL 112.04º 0.95% 0.23% -
HSV(B) 112.04º 0.97% 0.45% -
XYZ 6.51 12.63 2.18 -
YUV 73.82 88.03 88.19 -
System Red Green Blue C M Y K H S L
Decimal 18 116 3 0.84 0 0.97 0.55 112.04 0.95 0.23
Hex 12 74 3 54 0 61 37 70 5F 17
Octal 22 164 3 124 0 141 67 160 137 27
Binary 10010 1110100 11 1010100 0 1100001 110111 1110000 1011111 10111

Color Harmonies of #127403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127403

Black with #127403

Text Example


Text Example

White with #127403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127403; }

 p { color: rgb(18,116,3); }

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

background-color css

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

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

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

border-color css

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

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

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