Html Css Color HEX #049A2A Forest Green

📋 copy color: '#049A2A'

red 4 ◦ green 154 ◦ blue 42

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

Shades of Forest Green #049A2A

Tints of Forest Green #049A2A

RGB

 RED value IS 4 (1.95% from 255) = 2%

 GREEN value IS 154 (60.55% from 255) = 77%

 BLUE value IS 42 (16.8% from 255) = 21%

R = 2%
G = 77%
B = 21%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#049A2A (or 0x049A2A) is known color: Forest Green. HEX triplet: 04, 9A and 2A. RGB value is (4,154,42). Sum of RGB (Red+Green+Blue) = 4+154+42=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 154 (60.55% from 255 or 77% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 154 - color contains mainly: green. Hex color #049A2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049A2A is #FB65D5. Grayscale: #606060. Windows color (decimal): -16475606 or 2791940. OLE color: 2791940.

HSL color Cylindrical-coordinate representation of color #049A2A: hue angle of 135.2º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049A2A is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 154 42 -
CMYK 0.97 0 0.73 0.40
HSL 135.2º 0.95% 0.31% -
HSV(B) 135.2º 0.97% 0.6% -
XYZ 12.02 23.3 6.05 -
YUV 96.38 97.31 62.11 -
System Red Green Blue C M Y K H S L
Decimal 4 154 42 0.97 0 0.73 0.40 135.2 0.95 0.31
Hex 4 9A 2A 61 0 49 28 87 5F 1F
Octal 4 232 52 141 0 111 50 207 137 37
Binary 100 10011010 101010 1100001 0 1001001 101000 10000111 1011111 11111

Color Harmonies of #049A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049A2A

Black with #049A2A

Text Example


Text Example

White with #049A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049A2A; }

 p { color: rgb(4,154,42); }

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

background-color css

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

 a { background-color: rgb(4,154,42); }

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

border-color css

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

 span { border-color: rgb(4,154,42); }

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