Html Css Color HEX #2A9401 Forest Green

📋 copy color: '#2A9401'

red 42 ◦ green 148 ◦ blue 1

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

Shades of Forest Green #2A9401

Tints of Forest Green #2A9401

RGB

 RED value IS 42 (16.8% from 255) = 21.99%

 GREEN value IS 148 (58.2% from 255) = 77.49%

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

R = 21.99%
G = 77.49%
B = 0.52%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#2A9401 (or 0x2A9401) is known color: Forest Green. HEX triplet: 2A, 94 and 01. RGB value is (42,148,1). Sum of RGB (Red+Green+Blue) = 42+148+1=191 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.99% from 191); Green value is 148 (58.20% from 255 or 77.49% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 148 - color contains mainly: green. Hex color #2A9401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9401 is #D56BFE. Grayscale: #646464. Windows color (decimal): -13986815 or 103466. OLE color: 103466.

HSL color Cylindrical-coordinate representation of color #2A9401: hue angle of 103.27º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A9401 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 148 1 -
CMYK 0.72 0 0.99 0.42
HSL 103.27º 0.99% 0.29% -
HSV(B) 103.27º 0.99% 0.58% -
XYZ 11.55 21.67 3.6 -
YUV 99.55 72.38 86.95 -
System Red Green Blue C M Y K H S L
Decimal 42 148 1 0.72 0 0.99 0.42 103.27 0.99 0.29
Hex 2A 94 1 48 0 63 2A 67 63 1D
Octal 52 224 1 110 0 143 52 147 143 35
Binary 101010 10010100 1 1001000 0 1100011 101010 1100111 1100011 11101

Color Harmonies of #2A9401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9401

Black with #2A9401

Text Example


Text Example

White with #2A9401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A9401; }

 p { color: rgb(42,148,1); }

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

background-color css

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

 a { background-color: rgb(42,148,1); }

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

border-color css

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

 span { border-color: rgb(42,148,1); }

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