Html Css Color HEX #12781D Forest Green

📋 copy color: '#12781D'

red 18 ◦ green 120 ◦ blue 29

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

Shades of Forest Green #12781D

Tints of Forest Green #12781D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.37%

R = 10.78%
G = 71.86%
B = 17.37%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#12781D (or 0x12781D) is known color: Forest Green. HEX triplet: 12, 78 and 1D. RGB value is (18,120,29). Sum of RGB (Red+Green+Blue) = 18+120+29=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 120 (47.27% from 255 or 71.86% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 120 - color contains mainly: green. Hex color #12781D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12781D is #ED87E2. Grayscale: #4F4F4F. Windows color (decimal): -15566819 or 1931282. OLE color: 1931282.

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

Color convert

RGB 18 120 29 -
CMYK 0.85 0 0.76 0.53
HSL 126.47º 0.74% 0.27% -
HSV(B) 126.47º 0.85% 0.47% -
XYZ 7.19 13.65 3.42 -
YUV 79.13 99.71 84.4 -
System Red Green Blue C M Y K H S L
Decimal 18 120 29 0.85 0 0.76 0.53 126.47 0.74 0.27
Hex 12 78 1D 55 0 4C 35 7E 4A 1B
Octal 22 170 35 125 0 114 65 176 112 33
Binary 10010 1111000 11101 1010101 0 1001100 110101 1111110 1001010 11011

Color Harmonies of #12781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12781D

Black with #12781D

Text Example


Text Example

White with #12781D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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