Html Css Color HEX #298C1F Forest Green

📋 copy color: '#298C1F'

red 41 ◦ green 140 ◦ blue 31

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

Shades of Forest Green #298C1F

Tints of Forest Green #298C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 66.04%

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

R = 19.34%
G = 66.04%
B = 14.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#298C1F (or 0x298C1F) is known color: Forest Green. HEX triplet: 29, 8C and 1F. RGB value is (41,140,31). Sum of RGB (Red+Green+Blue) = 41+140+31=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 140 (55.08% from 255 or 66.04% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 140 - color contains mainly: green. Hex color #298C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298C1F is #D673E0. Grayscale: #626262. Windows color (decimal): -14054369 or 2067497. OLE color: 2067497.

HSL color Cylindrical-coordinate representation of color #298C1F: hue angle of 114.5º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #298C1F is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 140 31 -
CMYK 0.71 0 0.78 0.45
HSL 114.5º 0.64% 0.34% -
HSV(B) 114.5º 0.78% 0.55% -
XYZ 10.54 19.33 4.47 -
YUV 97.97 90.2 87.36 -
System Red Green Blue C M Y K H S L
Decimal 41 140 31 0.71 0 0.78 0.45 114.5 0.64 0.34
Hex 29 8C 1F 47 0 4E 2D 72 40 22
Octal 51 214 37 107 0 116 55 162 100 42
Binary 101001 10001100 11111 1000111 0 1001110 101101 1110010 1000000 100010

Color Harmonies of #298C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298C1F

Black with #298C1F

Text Example


Text Example

White with #298C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298C1F; }

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

 H1.HeaderClassName
 {
   color: #298C1F;
 }
 .AnyTagClassName
 {
   color: #298C1F;
 }
</style>

background-color css

<style>
 a { background-color: #298C1F; }

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

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

border-color css

<style>
 span { border-color: #298C1F; }

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

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