Html Css Color HEX #12791A Forest Green

📋 copy color: '#12791A'

red 18 ◦ green 121 ◦ blue 26

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

Shades of Forest Green #12791A

Tints of Forest Green #12791A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 73.33%

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

R = 10.91%
G = 73.33%
B = 15.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#12791A (or 0x12791A) is known color: Forest Green. HEX triplet: 12, 79 and 1A. RGB value is (18,121,26). Sum of RGB (Red+Green+Blue) = 18+121+26=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 121 (47.66% from 255 or 73.33% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 121 - color contains mainly: green. Hex color #12791A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12791A is #ED86E5. Grayscale: #4F4F4F. Windows color (decimal): -15566566 or 1734930. OLE color: 1734930.

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

Color convert

RGB 18 121 26 -
CMYK 0.85 0 0.79 0.53
HSL 124.66º 0.74% 0.27% -
HSV(B) 124.66º 0.85% 0.47% -
XYZ 7.27 13.88 3.27 -
YUV 79.37 97.88 84.22 -
System Red Green Blue C M Y K H S L
Decimal 18 121 26 0.85 0 0.79 0.53 124.66 0.74 0.27
Hex 12 79 1A 55 0 4F 35 7D 4A 1B
Octal 22 171 32 125 0 117 65 175 112 33
Binary 10010 1111001 11010 1010101 0 1001111 110101 1111101 1001010 11011

Color Harmonies of #12791A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12791A

Black with #12791A

Text Example


Text Example

White with #12791A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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