Html Css Color HEX #12851C Forest Green

📋 copy color: '#12851C'

red 18 ◦ green 133 ◦ blue 28

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

Shades of Forest Green #12851C

Tints of Forest Green #12851C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.64%

R = 10.06%
G = 74.3%
B = 15.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#12851C (or 0x12851C) is known color: Forest Green. HEX triplet: 12, 85 and 1C. RGB value is (18,133,28). Sum of RGB (Red+Green+Blue) = 18+133+28=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 133 (52.34% from 255 or 74.30% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 133 - color contains mainly: green. Hex color #12851C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12851C is #ED7AE3. Grayscale: #565656. Windows color (decimal): -15563492 or 1869074. OLE color: 1869074.

HSL color Cylindrical-coordinate representation of color #12851C: hue angle of 125.22º 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 #12851C is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 28 -
CMYK 0.86 0 0.79 0.48
HSL 125.22º 0.76% 0.3% -
HSV(B) 125.22º 0.86% 0.52% -
XYZ 8.85 16.99 3.91 -
YUV 86.65 94.9 79.04 -
System Red Green Blue C M Y K H S L
Decimal 18 133 28 0.86 0 0.79 0.48 125.22 0.76 0.3
Hex 12 85 1C 56 0 4F 30 7D 4C 1E
Octal 22 205 34 126 0 117 60 175 114 36
Binary 10010 10000101 11100 1010110 0 1001111 110000 1111101 1001100 11110

Color Harmonies of #12851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12851C

Black with #12851C

Text Example


Text Example

White with #12851C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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