Html Css Color HEX #127003 Green

📋 copy color: '#127003'

red 18 ◦ green 112 ◦ blue 3

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

Shades of Green #127003

Tints of Green #127003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 84.21%

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

R = 13.53%
G = 84.21%
B = 2.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#127003 (or 0x127003) is known color: Green. HEX triplet: 12, 70 and 03. RGB value is (18,112,3). Sum of RGB (Red+Green+Blue) = 18+112+3=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 112 (44.14% from 255 or 84.21% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 112 - color contains mainly: green. Hex color #127003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127003 is #ED8FFC. Grayscale: #474747. Windows color (decimal): -15568893 or 225298. OLE color: 225298.

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

Color convert

RGB 18 112 3 -
CMYK 0.84 0 0.97 0.56
HSL 111.74º 0.95% 0.23% -
HSV(B) 111.74º 0.97% 0.44% -
XYZ 6.06 11.72 2.03 -
YUV 71.47 89.36 89.86 -
System Red Green Blue C M Y K H S L
Decimal 18 112 3 0.84 0 0.97 0.56 111.74 0.95 0.23
Hex 12 70 3 54 0 61 38 70 5F 17
Octal 22 160 3 124 0 141 70 160 137 27
Binary 10010 1110000 11 1010100 0 1100001 111000 1110000 1011111 10111

Color Harmonies of #127003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127003

Black with #127003

Text Example


Text Example

White with #127003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127003; }

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

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

background-color css

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

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

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

border-color css

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

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

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