Html Css Color HEX #1F770E Forest Green

📋 copy color: '#1F770E'

red 31 ◦ green 119 ◦ blue 14

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

Shades of Forest Green #1F770E

Tints of Forest Green #1F770E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.54%

R = 18.9%
G = 72.56%
B = 8.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#1F770E (or 0x1F770E) is known color: Forest Green. HEX triplet: 1F, 77 and 0E. RGB value is (31,119,14). Sum of RGB (Red+Green+Blue) = 31+119+14=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 119 (46.88% from 255 or 72.56% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 119 - color contains mainly: green. Hex color #1F770E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F770E is #E088F1. Grayscale: #515151. Windows color (decimal): -14715122 or 947999. OLE color: 947999.

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

Color convert

RGB 31 119 14 -
CMYK 0.74 0 0.88 0.53
HSL 110.29º 0.79% 0.26% -
HSV(B) 110.29º 0.88% 0.47% -
XYZ 7.24 13.52 2.64 -
YUV 80.72 90.35 92.54 -
System Red Green Blue C M Y K H S L
Decimal 31 119 14 0.74 0 0.88 0.53 110.29 0.79 0.26
Hex 1F 77 E 4A 0 58 35 6E 4F 1A
Octal 37 167 16 112 0 130 65 156 117 32
Binary 11111 1110111 1110 1001010 0 1011000 110101 1101110 1001111 11010

Color Harmonies of #1F770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F770E

Black with #1F770E

Text Example


Text Example

White with #1F770E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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