Html Css Color HEX #12720D Green

📋 copy color: '#12720D'

red 18 ◦ green 114 ◦ blue 13

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

Shades of Green #12720D

Tints of Green #12720D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.97%

R = 12.41%
G = 78.62%
B = 8.97%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#12720D (or 0x12720D) is known color: Green. HEX triplet: 12, 72 and 0D. RGB value is (18,114,13). Sum of RGB (Red+Green+Blue) = 18+114+13=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 114 (44.92% from 255 or 78.62% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 114 - color contains mainly: green. Hex color #12720D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12720D is #ED8DF2. Grayscale: #4A4A4A. Windows color (decimal): -15568371 or 881170. OLE color: 881170.

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

Color convert

RGB 18 114 13 -
CMYK 0.84 0 0.89 0.55
HSL 117.03º 0.8% 0.25% -
HSV(B) 117.03º 0.89% 0.45% -
XYZ 6.34 12.19 2.4 -
YUV 73.78 93.7 88.21 -
System Red Green Blue C M Y K H S L
Decimal 18 114 13 0.84 0 0.89 0.55 117.03 0.8 0.25
Hex 12 72 D 54 0 59 37 75 50 19
Octal 22 162 15 124 0 131 67 165 120 31
Binary 10010 1110010 1101 1010100 0 1011001 110111 1110101 1010000 11001

Color Harmonies of #12720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12720D

Black with #12720D

Text Example


Text Example

White with #12720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12720D; }

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

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

background-color css

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

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

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

border-color css

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

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

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