Html Css Color HEX #1F770C Forest Green

📋 copy color: '#1F770C'

red 31 ◦ green 119 ◦ blue 12

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

Shades of Forest Green #1F770C

Tints of Forest Green #1F770C

RGB

 RED value IS 31 (12.5% from 255) = 19.14%

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

 BLUE value IS 12 (5.08% from 255) = 7.41%

R = 19.14%
G = 73.46%
B = 7.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#1F770C (or 0x1F770C) is known color: Forest Green. HEX triplet: 1F, 77 and 0C. RGB value is (31,119,12). Sum of RGB (Red+Green+Blue) = 31+119+12=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 119 (46.88% from 255 or 73.46% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 119 - color contains mainly: green. Hex color #1F770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F770C is #E088F3. Grayscale: #505050. Windows color (decimal): -14715124 or 816927. OLE color: 816927.

HSL color Cylindrical-coordinate representation of color #1F770C: hue angle of 109.35º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F770C is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 119 12 -
CMYK 0.74 0 0.90 0.53
HSL 109.35º 0.82% 0.26% -
HSV(B) 109.35º 0.9% 0.47% -
XYZ 7.23 13.51 2.57 -
YUV 80.49 89.35 92.7 -
System Red Green Blue C M Y K H S L
Decimal 31 119 12 0.74 0 0.90 0.53 109.35 0.82 0.26
Hex 1F 77 C 4A 0 5A 35 6D 52 1A
Octal 37 167 14 112 0 132 65 155 122 32
Binary 11111 1110111 1100 1001010 0 1011010 110101 1101101 1010010 11010

Color Harmonies of #1F770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F770C

Black with #1F770C

Text Example


Text Example

White with #1F770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F770C; }

 p { color: rgb(31,119,12); }

 H1.HeaderClassName
 {
   color: #1F770C;
 }
 .AnyTagClassName
 {
   color: #1F770C;
 }
</style>

background-color css

<style>
 a { background-color: #1F770C; }

 a { background-color: rgb(31,119,12); }

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

border-color css

<style>
 span { border-color: #1F770C; }

 span { border-color: rgb(31,119,12); }

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