Html Css Color HEX #12741E Forest Green

📋 copy color: '#12741E'

red 18 ◦ green 116 ◦ blue 30

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

Shades of Forest Green #12741E

Tints of Forest Green #12741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 70.73%

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

R = 10.98%
G = 70.73%
B = 18.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#12741E (or 0x12741E) is known color: Forest Green. HEX triplet: 12, 74 and 1E. RGB value is (18,116,30). Sum of RGB (Red+Green+Blue) = 18+116+30=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 116 (45.70% from 255 or 70.73% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 116 - color contains mainly: green. Hex color #12741E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12741E is #ED8BE1. Grayscale: #4D4D4D. Windows color (decimal): -15567842 or 1995794. OLE color: 1995794.

HSL color Cylindrical-coordinate representation of color #12741E: hue angle of 127.35º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12741E is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 116 30 -
CMYK 0.84 0 0.74 0.55
HSL 127.35º 0.73% 0.26% -
HSV(B) 127.35º 0.84% 0.45% -
XYZ 6.73 12.71 3.33 -
YUV 76.89 101.53 85.99 -
System Red Green Blue C M Y K H S L
Decimal 18 116 30 0.84 0 0.74 0.55 127.35 0.73 0.26
Hex 12 74 1E 54 0 4A 37 7F 49 1A
Octal 22 164 36 124 0 112 67 177 111 32
Binary 10010 1110100 11110 1010100 0 1001010 110111 1111111 1001001 11010

Color Harmonies of #12741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12741E

Black with #12741E

Text Example


Text Example

White with #12741E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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