Html Css Color HEX #127213 Green

📋 copy color: '#127213'

red 18 ◦ green 114 ◦ blue 19

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

Shades of Green #127213

Tints of Green #127213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 11.92%
G = 75.5%
B = 12.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#127213 (or 0x127213) is known color: Green. HEX triplet: 12, 72 and 13. RGB value is (18,114,19). Sum of RGB (Red+Green+Blue) = 18+114+19=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 114 (44.92% from 255 or 75.50% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 114 - color contains mainly: green. Hex color #127213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127213 is #ED8DEC. Grayscale: #4A4A4A. Windows color (decimal): -15568365 or 1274386. OLE color: 1274386.

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

Color convert

RGB 18 114 19 -
CMYK 0.84 0 0.83 0.55
HSL 120.63º 0.73% 0.26% -
HSV(B) 120.63º 0.84% 0.45% -
XYZ 6.38 12.21 2.64 -
YUV 74.47 96.7 87.72 -
System Red Green Blue C M Y K H S L
Decimal 18 114 19 0.84 0 0.83 0.55 120.63 0.73 0.26
Hex 12 72 13 54 0 53 37 79 49 1A
Octal 22 162 23 124 0 123 67 171 111 32
Binary 10010 1110010 10011 1010100 0 1010011 110111 1111001 1001001 11010

Color Harmonies of #127213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127213

Black with #127213

Text Example


Text Example

White with #127213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127213; }

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

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

background-color css

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

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

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

border-color css

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

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

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