Html Css Color HEX #127200 Green

📋 copy color: '#127200'

red 18 ◦ green 114 ◦ blue 0

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

Shades of Green #127200

Tints of Green #127200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 86.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 13.64%
G = 86.36%
B = 0%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#127200 (or 0x127200) is known color: Green. HEX triplet: 12, 72 and 00. RGB value is (18,114,0). Sum of RGB (Red+Green+Blue) = 18+114+0=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 114 (44.92% from 255 or 86.36% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 114 - color contains mainly: green. Hex color #127200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127200 is #ED8DFF. Grayscale: #484848. Windows color (decimal): -15568384 or 29202. OLE color: 29202.

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

Color convert

RGB 18 114 0 -
CMYK 0.84 0 1 0.55
HSL 110.53º 1% 0.22% -
HSV(B) 110.53º 1% 0.45% -
XYZ 6.27 12.16 2.02 -
YUV 72.3 87.2 89.27 -
System Red Green Blue C M Y K H S L
Decimal 18 114 0 0.84 0 1 0.55 110.53 1 0.22
Hex 12 72 0 54 0 64 37 6F 64 16
Octal 22 162 0 124 0 144 67 157 144 26
Binary 10010 1110010 0 1010100 0 1100100 110111 1101111 1100100 10110

Color Harmonies of #127200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127200

Black with #127200

Text Example


Text Example

White with #127200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127200; }

 p { color: rgb(18,114,0); }

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

background-color css

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

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

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

border-color css

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

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

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