Html Css Color HEX #12751C Forest Green

📋 copy color: '#12751C'

red 18 ◦ green 117 ◦ blue 28

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

Shades of Forest Green #12751C

Tints of Forest Green #12751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 71.78%

 BLUE value IS 28 (11.33% from 255) = 17.18%

R = 11.04%
G = 71.78%
B = 17.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#12751C (or 0x12751C) is known color: Forest Green. HEX triplet: 12, 75 and 1C. RGB value is (18,117,28). Sum of RGB (Red+Green+Blue) = 18+117+28=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 117 (46.09% from 255 or 71.78% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 117 - color contains mainly: green. Hex color #12751C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12751C is #ED8AE3. Grayscale: #4D4D4D. Windows color (decimal): -15567588 or 1864978. OLE color: 1864978.

HSL color Cylindrical-coordinate representation of color #12751C: hue angle of 126.06º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12751C is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 28 -
CMYK 0.85 0 0.76 0.54
HSL 126.06º 0.73% 0.26% -
HSV(B) 126.06º 0.85% 0.46% -
XYZ 6.82 12.94 3.24 -
YUV 77.25 100.2 85.74 -
System Red Green Blue C M Y K H S L
Decimal 18 117 28 0.85 0 0.76 0.54 126.06 0.73 0.26
Hex 12 75 1C 55 0 4C 36 7E 49 1A
Octal 22 165 34 125 0 114 66 176 111 32
Binary 10010 1110101 11100 1010101 0 1001100 110110 1111110 1001001 11010

Color Harmonies of #12751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12751C

Black with #12751C

Text Example


Text Example

White with #12751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12751C; }

 p { color: rgb(18,117,28); }

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

background-color css

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

 a { background-color: rgb(18,117,28); }

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

border-color css

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

 span { border-color: rgb(18,117,28); }

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