Html Css Color HEX #12781C Forest Green

📋 copy color: '#12781C'

red 18 ◦ green 120 ◦ blue 28

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

Shades of Forest Green #12781C

Tints of Forest Green #12781C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 72.29%

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

R = 10.84%
G = 72.29%
B = 16.87%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#12781C (or 0x12781C) is known color: Forest Green. HEX triplet: 12, 78 and 1C. RGB value is (18,120,28). Sum of RGB (Red+Green+Blue) = 18+120+28=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 120 (47.27% from 255 or 72.29% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 120 - color contains mainly: green. Hex color #12781C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12781C is #ED87E3. Grayscale: #4F4F4F. Windows color (decimal): -15566820 or 1865746. OLE color: 1865746.

HSL color Cylindrical-coordinate representation of color #12781C: hue angle of 125.88º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12781C is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 120 28 -
CMYK 0.85 0 0.77 0.53
HSL 125.88º 0.74% 0.27% -
HSV(B) 125.88º 0.85% 0.47% -
XYZ 7.18 13.65 3.35 -
YUV 79.01 99.21 84.48 -
System Red Green Blue C M Y K H S L
Decimal 18 120 28 0.85 0 0.77 0.53 125.88 0.74 0.27
Hex 12 78 1C 55 0 4D 35 7E 4A 1B
Octal 22 170 34 125 0 115 65 176 112 33
Binary 10010 1111000 11100 1010101 0 1001101 110101 1111110 1001010 11011

Color Harmonies of #12781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12781C

Black with #12781C

Text Example


Text Example

White with #12781C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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