Html Css Color HEX #297F1F Forest Green

📋 copy color: '#297F1F'

red 41 ◦ green 127 ◦ blue 31

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

Shades of Forest Green #297F1F

Tints of Forest Green #297F1F

RGB

 RED value IS 41 (16.41% from 255) = 20.6%

 GREEN value IS 127 (50% from 255) = 63.82%

 BLUE value IS 31 (12.5% from 255) = 15.58%

R = 20.6%
G = 63.82%
B = 15.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#297F1F (or 0x297F1F) is known color: Forest Green. HEX triplet: 29, 7F and 1F. RGB value is (41,127,31). Sum of RGB (Red+Green+Blue) = 41+127+31=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 127 (50% from 255 or 63.82% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 127 - color contains mainly: green. Hex color #297F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297F1F is #D680E0. Grayscale: #5A5A5A. Windows color (decimal): -14057697 or 2064169. OLE color: 2064169.

HSL color Cylindrical-coordinate representation of color #297F1F: hue angle of 113.75º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #297F1F is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 127 31 -
CMYK 0.68 0 0.76 0.50
HSL 113.75º 0.61% 0.31% -
HSV(B) 113.75º 0.76% 0.5% -
XYZ 8.75 15.75 3.87 -
YUV 90.34 94.51 92.81 -
System Red Green Blue C M Y K H S L
Decimal 41 127 31 0.68 0 0.76 0.50 113.75 0.61 0.31
Hex 29 7F 1F 44 0 4C 32 72 3D 1F
Octal 51 177 37 104 0 114 62 162 75 37
Binary 101001 1111111 11111 1000100 0 1001100 110010 1110010 111101 11111

Color Harmonies of #297F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297F1F

Black with #297F1F

Text Example


Text Example

White with #297F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297F1F; }

 p { color: rgb(41,127,31); }

 H1.HeaderClassName
 {
   color: #297F1F;
 }
 .AnyTagClassName
 {
   color: #297F1F;
 }
</style>

background-color css

<style>
 a { background-color: #297F1F; }

 a { background-color: rgb(41,127,31); }

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

border-color css

<style>
 span { border-color: #297F1F; }

 span { border-color: rgb(41,127,31); }

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