Html Css Color HEX #2B851A Forest Green

📋 copy color: '#2B851A'

red 43 ◦ green 133 ◦ blue 26

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

Shades of Forest Green #2B851A

Tints of Forest Green #2B851A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 65.84%

 BLUE value IS 26 (10.55% from 255) = 12.87%

R = 21.29%
G = 65.84%
B = 12.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#2B851A (or 0x2B851A) is known color: Forest Green. HEX triplet: 2B, 85 and 1A. RGB value is (43,133,26). Sum of RGB (Red+Green+Blue) = 43+133+26=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #2B851A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B851A is #D47AE5. Grayscale: #5E5E5E. Windows color (decimal): -13925094 or 1738027. OLE color: 1738027.

HSL color Cylindrical-coordinate representation of color #2B851A: hue angle of 110.47º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B851A is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 133 26 -
CMYK 0.68 0 0.80 0.48
HSL 110.47º 0.67% 0.31% -
HSV(B) 110.47º 0.8% 0.52% -
XYZ 9.57 17.36 3.82 -
YUV 93.89 89.68 91.7 -
System Red Green Blue C M Y K H S L
Decimal 43 133 26 0.68 0 0.80 0.48 110.47 0.67 0.31
Hex 2B 85 1A 44 0 50 30 6E 43 1F
Octal 53 205 32 104 0 120 60 156 103 37
Binary 101011 10000101 11010 1000100 0 1010000 110000 1101110 1000011 11111

Color Harmonies of #2B851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B851A

Black with #2B851A

Text Example


Text Example

White with #2B851A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,133,26); }

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

background-color css

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

 a { background-color: rgb(43,133,26); }

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

border-color css

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

 span { border-color: rgb(43,133,26); }

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