Html Css Color HEX #12831C Forest Green

📋 copy color: '#12831C'

red 18 ◦ green 131 ◦ blue 28

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

Shades of Forest Green #12831C

Tints of Forest Green #12831C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 74.01%

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

R = 10.17%
G = 74.01%
B = 15.82%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#12831C (or 0x12831C) is known color: Forest Green. HEX triplet: 12, 83 and 1C. RGB value is (18,131,28). Sum of RGB (Red+Green+Blue) = 18+131+28=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 131 (51.56% from 255 or 74.01% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 131 - color contains mainly: green. Hex color #12831C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12831C is #ED7CE3. Grayscale: #555555. Windows color (decimal): -15564004 or 1868562. OLE color: 1868562.

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

Color convert

RGB 18 131 28 -
CMYK 0.86 0 0.79 0.49
HSL 125.31º 0.76% 0.29% -
HSV(B) 125.31º 0.86% 0.51% -
XYZ 8.58 16.45 3.82 -
YUV 85.47 95.56 79.88 -
System Red Green Blue C M Y K H S L
Decimal 18 131 28 0.86 0 0.79 0.49 125.31 0.76 0.29
Hex 12 83 1C 56 0 4F 31 7D 4C 1D
Octal 22 203 34 126 0 117 61 175 114 35
Binary 10010 10000011 11100 1010110 0 1001111 110001 1111101 1001100 11101

Color Harmonies of #12831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12831C

Black with #12831C

Text Example


Text Example

White with #12831C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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