Html Css Color HEX #12811F Forest Green

📋 copy color: '#12811F'

red 18 ◦ green 129 ◦ blue 31

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

Shades of Forest Green #12811F

Tints of Forest Green #12811F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 72.47%

 BLUE value IS 31 (12.5% from 255) = 17.42%

R = 10.11%
G = 72.47%
B = 17.42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#12811F (or 0x12811F) is known color: Forest Green. HEX triplet: 12, 81 and 1F. RGB value is (18,129,31). Sum of RGB (Red+Green+Blue) = 18+129+31=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 129 (50.78% from 255 or 72.47% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 129 - color contains mainly: green. Hex color #12811F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12811F is #ED7EE0. Grayscale: #545454. Windows color (decimal): -15564513 or 2064658. OLE color: 2064658.

HSL color Cylindrical-coordinate representation of color #12811F: hue angle of 127.03º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12811F is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 129 31 -
CMYK 0.86 0 0.76 0.49
HSL 127.03º 0.76% 0.29% -
HSV(B) 127.03º 0.86% 0.51% -
XYZ 8.35 15.93 3.93 -
YUV 84.64 97.73 80.47 -
System Red Green Blue C M Y K H S L
Decimal 18 129 31 0.86 0 0.76 0.49 127.03 0.76 0.29
Hex 12 81 1F 56 0 4C 31 7F 4C 1D
Octal 22 201 37 126 0 114 61 177 114 35
Binary 10010 10000001 11111 1010110 0 1001100 110001 1111111 1001100 11101

Color Harmonies of #12811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12811F

Black with #12811F

Text Example


Text Example

White with #12811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12811F; }

 p { color: rgb(18,129,31); }

 H1.HeaderClassName
 {
   color: #12811F;
 }
 .AnyTagClassName
 {
   color: #12811F;
 }
</style>

background-color css

<style>
 a { background-color: #12811F; }

 a { background-color: rgb(18,129,31); }

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

border-color css

<style>
 span { border-color: #12811F; }

 span { border-color: rgb(18,129,31); }

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