Html Css Color HEX #2A980D Forest Green

📋 copy color: '#2A980D'

red 42 ◦ green 152 ◦ blue 13

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

Shades of Forest Green #2A980D

Tints of Forest Green #2A980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 73.43%

 BLUE value IS 13 (5.47% from 255) = 6.28%

R = 20.29%
G = 73.43%
B = 6.28%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#2A980D (or 0x2A980D) is known color: Forest Green. HEX triplet: 2A, 98 and 0D. RGB value is (42,152,13). Sum of RGB (Red+Green+Blue) = 42+152+13=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 152 (59.77% from 255 or 73.43% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 152 - color contains mainly: green. Hex color #2A980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A980D is #D567F2. Grayscale: #676767. Windows color (decimal): -13985779 or 890922. OLE color: 890922.

HSL color Cylindrical-coordinate representation of color #2A980D: hue angle of 107.48º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A980D is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 42 152 13 -
CMYK 0.72 0 0.91 0.40
HSL 107.48º 0.84% 0.32% -
HSV(B) 107.48º 0.91% 0.6% -
XYZ 12.26 22.98 4.17 -
YUV 103.26 77.06 84.3 -
System Red Green Blue C M Y K H S L
Decimal 42 152 13 0.72 0 0.91 0.40 107.48 0.84 0.32
Hex 2A 98 D 48 0 5B 28 6B 54 20
Octal 52 230 15 110 0 133 50 153 124 40
Binary 101010 10011000 1101 1001000 0 1011011 101000 1101011 1010100 100000

Color Harmonies of #2A980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A980D

Black with #2A980D

Text Example


Text Example

White with #2A980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,152,13); }

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

background-color css

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

 a { background-color: rgb(42,152,13); }

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

border-color css

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

 span { border-color: rgb(42,152,13); }

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