Html Css Color HEX #12851D Forest Green

📋 copy color: '#12851D'

red 18 ◦ green 133 ◦ blue 29

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

Shades of Forest Green #12851D

Tints of Forest Green #12851D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 73.89%

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

R = 10%
G = 73.89%
B = 16.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#12851D (or 0x12851D) is known color: Forest Green. HEX triplet: 12, 85 and 1D. RGB value is (18,133,29). Sum of RGB (Red+Green+Blue) = 18+133+29=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 133 (52.34% from 255 or 73.89% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 133 - color contains mainly: green. Hex color #12851D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12851D is #ED7AE2. Grayscale: #575757. Windows color (decimal): -15563491 or 1934610. OLE color: 1934610.

HSL color Cylindrical-coordinate representation of color #12851D: hue angle of 125.74º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12851D is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 29 -
CMYK 0.86 0 0.78 0.48
HSL 125.74º 0.76% 0.3% -
HSV(B) 125.74º 0.86% 0.52% -
XYZ 8.86 16.99 3.98 -
YUV 86.76 95.4 78.96 -
System Red Green Blue C M Y K H S L
Decimal 18 133 29 0.86 0 0.78 0.48 125.74 0.76 0.3
Hex 12 85 1D 56 0 4E 30 7E 4C 1E
Octal 22 205 35 126 0 116 60 176 114 36
Binary 10010 10000101 11101 1010110 0 1001110 110000 1111110 1001100 11110

Color Harmonies of #12851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12851D

Black with #12851D

Text Example


Text Example

White with #12851D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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