Html Css Color HEX #12901E Forest Green

📋 copy color: '#12901E'

red 18 ◦ green 144 ◦ blue 30

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

Shades of Forest Green #12901E

Tints of Forest Green #12901E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.63%

R = 9.38%
G = 75%
B = 15.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#12901E (or 0x12901E) is known color: Forest Green. HEX triplet: 12, 90 and 1E. RGB value is (18,144,30). Sum of RGB (Red+Green+Blue) = 18+144+30=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 144 (56.64% from 255 or 75% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 144 - color contains mainly: green. Hex color #12901E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12901E is #ED6FE1. Grayscale: #5D5D5D. Windows color (decimal): -15560674 or 2002962. OLE color: 2002962.

HSL color Cylindrical-coordinate representation of color #12901E: hue angle of 125.71º 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 #12901E is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 144 30 -
CMYK 0.88 0 0.79 0.44
HSL 125.71º 0.78% 0.32% -
HSV(B) 125.71º 0.88% 0.56% -
XYZ 10.46 20.17 4.57 -
YUV 93.33 92.26 74.27 -
System Red Green Blue C M Y K H S L
Decimal 18 144 30 0.88 0 0.79 0.44 125.71 0.78 0.32
Hex 12 90 1E 58 0 4F 2C 7E 4E 20
Octal 22 220 36 130 0 117 54 176 116 40
Binary 10010 10010000 11110 1011000 0 1001111 101100 1111110 1001110 100000

Color Harmonies of #12901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12901E

Black with #12901E

Text Example


Text Example

White with #12901E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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