Html Css Color HEX #12730D Green

📋 copy color: '#12730D'

red 18 ◦ green 115 ◦ blue 13

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

Shades of Green #12730D

Tints of Green #12730D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 78.77%

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

R = 12.33%
G = 78.77%
B = 8.9%

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

#12730D (or 0x12730D) is known color: Green. HEX triplet: 12, 73 and 0D. RGB value is (18,115,13). Sum of RGB (Red+Green+Blue) = 18+115+13=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 115 (45.31% from 255 or 78.77% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 115 - color contains mainly: green. Hex color #12730D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12730D is #ED8CF2. Grayscale: #4A4A4A. Windows color (decimal): -15568115 or 881426. OLE color: 881426.

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

Color convert

RGB 18 115 13 -
CMYK 0.84 0 0.89 0.55
HSL 117.06º 0.8% 0.25% -
HSV(B) 117.06º 0.89% 0.45% -
XYZ 6.45 12.42 2.44 -
YUV 74.37 93.36 87.79 -
System Red Green Blue C M Y K H S L
Decimal 18 115 13 0.84 0 0.89 0.55 117.06 0.8 0.25
Hex 12 73 D 54 0 59 37 75 50 19
Octal 22 163 15 124 0 131 67 165 120 31
Binary 10010 1110011 1101 1010100 0 1011001 110111 1110101 1010000 11001

Color Harmonies of #12730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12730D

Black with #12730D

Text Example


Text Example

White with #12730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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