Html Css Color HEX #298401 Forest Green

📋 copy color: '#298401'

red 41 ◦ green 132 ◦ blue 1

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

Shades of Forest Green #298401

Tints of Forest Green #298401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 75.86%

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 23.56%
G = 75.86%
B = 0.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#298401 (or 0x298401) is known color: Forest Green. HEX triplet: 29, 84 and 01. RGB value is (41,132,1). Sum of RGB (Red+Green+Blue) = 41+132+1=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 132 (51.95% from 255 or 75.86% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 132 - color contains mainly: green. Hex color #298401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #298401 is #D67BFE. Grayscale: #5A5A5A. Windows color (decimal): -14056447 or 99369. OLE color: 99369.

HSL color Cylindrical-coordinate representation of color #298401: hue angle of 101.68º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #298401 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 132 1 -
CMYK 0.69 0 0.99 0.48
HSL 101.68º 0.98% 0.26% -
HSV(B) 101.68º 0.99% 0.52% -
XYZ 9.17 16.98 2.82 -
YUV 89.86 77.85 93.15 -
System Red Green Blue C M Y K H S L
Decimal 41 132 1 0.69 0 0.99 0.48 101.68 0.98 0.26
Hex 29 84 1 45 0 63 30 66 62 1A
Octal 51 204 1 105 0 143 60 146 142 32
Binary 101001 10000100 1 1000101 0 1100011 110000 1100110 1100010 11010

Color Harmonies of #298401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298401

Black with #298401

Text Example


Text Example

White with #298401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298401; }

 p { color: rgb(41,132,1); }

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

background-color css

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

 a { background-color: rgb(41,132,1); }

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

border-color css

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

 span { border-color: rgb(41,132,1); }

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