Html Css Color HEX #2A990F Forest Green

📋 copy color: '#2A990F'

red 42 ◦ green 153 ◦ blue 15

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

Shades of Forest Green #2A990F

Tints of Forest Green #2A990F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 72.86%

 BLUE value IS 15 (6.25% from 255) = 7.14%

R = 20%
G = 72.86%
B = 7.14%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#2A990F (or 0x2A990F) is known color: Forest Green. HEX triplet: 2A, 99 and 0F. RGB value is (42,153,15). Sum of RGB (Red+Green+Blue) = 42+153+15=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 153 (60.16% from 255 or 72.86% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 153 - color contains mainly: green. Hex color #2A990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A990F is #D566F0. Grayscale: #686868. Windows color (decimal): -13985521 or 1022250. OLE color: 1022250.

HSL color Cylindrical-coordinate representation of color #2A990F: hue angle of 108.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A990F is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 42 153 15 -
CMYK 0.73 0 0.90 0.4
HSL 108.26º 0.82% 0.33% -
HSV(B) 108.26º 0.9% 0.6% -
XYZ 12.43 23.31 4.3 -
YUV 104.08 77.73 83.72 -
System Red Green Blue C M Y K H S L
Decimal 42 153 15 0.73 0 0.90 0.4 108.26 0.82 0.33
Hex 2A 99 F 49 0 5A 28 6C 52 21
Octal 52 231 17 111 0 132 50 154 122 41
Binary 101010 10011001 1111 1001001 0 1011010 101000 1101100 1010010 100001

Color Harmonies of #2A990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A990F

Black with #2A990F

Text Example


Text Example

White with #2A990F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,153,15); }

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

background-color css

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

 a { background-color: rgb(42,153,15); }

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

border-color css

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

 span { border-color: rgb(42,153,15); }

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