Html Css Color HEX #12771C Forest Green

📋 copy color: '#12771C'

red 18 ◦ green 119 ◦ blue 28

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

Shades of Forest Green #12771C

Tints of Forest Green #12771C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 72.12%

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

R = 10.91%
G = 72.12%
B = 16.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#12771C (or 0x12771C) is known color: Forest Green. HEX triplet: 12, 77 and 1C. RGB value is (18,119,28). Sum of RGB (Red+Green+Blue) = 18+119+28=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 119 (46.88% from 255 or 72.12% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 119 - color contains mainly: green. Hex color #12771C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12771C is #ED88E3. Grayscale: #4E4E4E. Windows color (decimal): -15567076 or 1865490. OLE color: 1865490.

HSL color Cylindrical-coordinate representation of color #12771C: hue angle of 125.94º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12771C is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 119 28 -
CMYK 0.85 0 0.76 0.53
HSL 125.94º 0.74% 0.27% -
HSV(B) 125.94º 0.85% 0.47% -
XYZ 7.06 13.41 3.31 -
YUV 78.43 99.54 84.9 -
System Red Green Blue C M Y K H S L
Decimal 18 119 28 0.85 0 0.76 0.53 125.94 0.74 0.27
Hex 12 77 1C 55 0 4C 35 7E 4A 1B
Octal 22 167 34 125 0 114 65 176 112 33
Binary 10010 1110111 11100 1010101 0 1001100 110101 1111110 1001010 11011

Color Harmonies of #12771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12771C

Black with #12771C

Text Example


Text Example

White with #12771C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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