Html Css Color HEX #2B980A Forest Green

📋 copy color: '#2B980A'

red 43 ◦ green 152 ◦ blue 10

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

Shades of Forest Green #2B980A

Tints of Forest Green #2B980A

RGB

 RED value IS 43 (17.19% from 255) = 20.98%

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

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 20.98%
G = 74.15%
B = 4.88%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#2B980A (or 0x2B980A) is known color: Forest Green. HEX triplet: 2B, 98 and 0A. RGB value is (43,152,10). Sum of RGB (Red+Green+Blue) = 43+152+10=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 152 (59.77% from 255 or 74.15% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 152 - color contains mainly: green. Hex color #2B980A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B980A is #D467F5. Grayscale: #676767. Windows color (decimal): -13920246 or 694315. OLE color: 694315.

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

Color convert

RGB 43 152 10 -
CMYK 0.72 0 0.93 0.40
HSL 106.06º 0.88% 0.32% -
HSV(B) 106.06º 0.93% 0.6% -
XYZ 12.28 22.99 4.08 -
YUV 103.22 75.39 85.05 -
System Red Green Blue C M Y K H S L
Decimal 43 152 10 0.72 0 0.93 0.40 106.06 0.88 0.32
Hex 2B 98 A 48 0 5D 28 6A 58 20
Octal 53 230 12 110 0 135 50 152 130 40
Binary 101011 10011000 1010 1001000 0 1011101 101000 1101010 1011000 100000

Color Harmonies of #2B980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B980A

Black with #2B980A

Text Example


Text Example

White with #2B980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,152,10); }

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

background-color css

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

 a { background-color: rgb(43,152,10); }

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

border-color css

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

 span { border-color: rgb(43,152,10); }

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