Html Css Color HEX #2BA61D Forest Green

📋 copy color: '#2BA61D'

red 43 ◦ green 166 ◦ blue 29

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

Shades of Forest Green #2BA61D

Tints of Forest Green #2BA61D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 69.75%

 BLUE value IS 29 (11.72% from 255) = 12.18%

R = 18.07%
G = 69.75%
B = 12.18%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#2BA61D (or 0x2BA61D) is known color: Forest Green. HEX triplet: 2B, A6 and 1D. RGB value is (43,166,29). Sum of RGB (Red+Green+Blue) = 43+166+29=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 166 (65.23% from 255 or 69.75% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA61D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA61D is #D459E2. Grayscale: #727272. Windows color (decimal): -13916643 or 1943083. OLE color: 1943083.

HSL color Cylindrical-coordinate representation of color #2BA61D: hue angle of 113.87º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BA61D is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 43 166 29 -
CMYK 0.74 0 0.83 0.35
HSL 113.87º 0.7% 0.38% -
HSV(B) 113.87º 0.83% 0.65% -
XYZ 14.85 27.87 5.76 -
YUV 113.61 80.25 77.64 -
System Red Green Blue C M Y K H S L
Decimal 43 166 29 0.74 0 0.83 0.35 113.87 0.7 0.38
Hex 2B A6 1D 4A 0 53 23 72 46 26
Octal 53 246 35 112 0 123 43 162 106 46
Binary 101011 10100110 11101 1001010 0 1010011 100011 1110010 1000110 100110

Color Harmonies of #2BA61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA61D

Black with #2BA61D

Text Example


Text Example

White with #2BA61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,166,29); }

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

background-color css

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

 a { background-color: rgb(43,166,29); }

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

border-color css

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

 span { border-color: rgb(43,166,29); }

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