Html Css Color HEX #12901D Forest Green

📋 copy color: '#12901D'

red 18 ◦ green 144 ◦ blue 29

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

Shades of Forest Green #12901D

Tints of Forest Green #12901D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 75.39%

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

R = 9.42%
G = 75.39%
B = 15.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#12901D (or 0x12901D) is known color: Forest Green. HEX triplet: 12, 90 and 1D. RGB value is (18,144,29). Sum of RGB (Red+Green+Blue) = 18+144+29=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 144 (56.64% from 255 or 75.39% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 144 - color contains mainly: green. Hex color #12901D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12901D is #ED6FE2. Grayscale: #5D5D5D. Windows color (decimal): -15560675 or 1937426. OLE color: 1937426.

HSL color Cylindrical-coordinate representation of color #12901D: hue angle of 125.24º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12901D is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 144 29 -
CMYK 0.88 0 0.80 0.44
HSL 125.24º 0.78% 0.32% -
HSV(B) 125.24º 0.88% 0.56% -
XYZ 10.44 20.16 4.5 -
YUV 93.22 91.76 74.35 -
System Red Green Blue C M Y K H S L
Decimal 18 144 29 0.88 0 0.80 0.44 125.24 0.78 0.32
Hex 12 90 1D 58 0 50 2C 7D 4E 20
Octal 22 220 35 130 0 120 54 175 116 40
Binary 10010 10010000 11101 1011000 0 1010000 101100 1111101 1001110 100000

Color Harmonies of #12901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12901D

Black with #12901D

Text Example


Text Example

White with #12901D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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