Html Css Color HEX #12781A Forest Green

📋 copy color: '#12781A'

red 18 ◦ green 120 ◦ blue 26

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

Shades of Forest Green #12781A

Tints of Forest Green #12781A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.85%

R = 10.98%
G = 73.17%
B = 15.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#12781A (or 0x12781A) is known color: Forest Green. HEX triplet: 12, 78 and 1A. RGB value is (18,120,26). Sum of RGB (Red+Green+Blue) = 18+120+26=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 120 (47.27% from 255 or 73.17% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 120 - color contains mainly: green. Hex color #12781A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12781A is #ED87E5. Grayscale: #4F4F4F. Windows color (decimal): -15566822 or 1734674. OLE color: 1734674.

HSL color Cylindrical-coordinate representation of color #12781A: hue angle of 124.71º 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 #12781A is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 120 26 -
CMYK 0.85 0 0.78 0.53
HSL 124.71º 0.74% 0.27% -
HSV(B) 124.71º 0.85% 0.47% -
XYZ 7.15 13.64 3.23 -
YUV 78.79 98.21 84.64 -
System Red Green Blue C M Y K H S L
Decimal 18 120 26 0.85 0 0.78 0.53 124.71 0.74 0.27
Hex 12 78 1A 55 0 4E 35 7D 4A 1B
Octal 22 170 32 125 0 116 65 175 112 33
Binary 10010 1111000 11010 1010101 0 1001110 110101 1111101 1001010 11011

Color Harmonies of #12781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12781A

Black with #12781A

Text Example


Text Example

White with #12781A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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