Html Css Color HEX #1F741D Forest Green

📋 copy color: '#1F741D'

red 31 ◦ green 116 ◦ blue 29

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

Shades of Forest Green #1F741D

Tints of Forest Green #1F741D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 65.91%

 BLUE value IS 29 (11.72% from 255) = 16.48%

R = 17.61%
G = 65.91%
B = 16.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#1F741D (or 0x1F741D) is known color: Forest Green. HEX triplet: 1F, 74 and 1D. RGB value is (31,116,29). Sum of RGB (Red+Green+Blue) = 31+116+29=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 116 (45.70% from 255 or 65.91% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 116 - color contains mainly: green. Hex color #1F741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F741D is #E08BE2. Grayscale: #505050. Windows color (decimal): -14715875 or 1930271. OLE color: 1930271.

HSL color Cylindrical-coordinate representation of color #1F741D: hue angle of 118.62º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F741D is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 116 29 -
CMYK 0.73 0 0.75 0.55
HSL 118.62º 0.6% 0.28% -
HSV(B) 118.62º 0.75% 0.45% -
XYZ 7.03 12.87 3.28 -
YUV 80.67 98.84 92.57 -
System Red Green Blue C M Y K H S L
Decimal 31 116 29 0.73 0 0.75 0.55 118.62 0.6 0.28
Hex 1F 74 1D 49 0 4B 37 77 3C 1C
Octal 37 164 35 111 0 113 67 167 74 34
Binary 11111 1110100 11101 1001001 0 1001011 110111 1110111 111100 11100

Color Harmonies of #1F741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F741D

Black with #1F741D

Text Example


Text Example

White with #1F741D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,116,29); }

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

background-color css

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

 a { background-color: rgb(31,116,29); }

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

border-color css

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

 span { border-color: rgb(31,116,29); }

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