Html Css Color HEX #2B8521 Forest Green

📋 copy color: '#2B8521'

red 43 ◦ green 133 ◦ blue 33

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

Shades of Forest Green #2B8521

Tints of Forest Green #2B8521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.79%

R = 20.57%
G = 63.64%
B = 15.79%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#2B8521 (or 0x2B8521) is known color: Forest Green. HEX triplet: 2B, 85 and 21. RGB value is (43,133,33). Sum of RGB (Red+Green+Blue) = 43+133+33=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8521 is #D47ADE. Grayscale: #5F5F5F. Windows color (decimal): -13925087 or 2196779. OLE color: 2196779.

HSL color Cylindrical-coordinate representation of color #2B8521: hue angle of 114º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B8521 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 133 33 -
CMYK 0.68 0 0.75 0.48
HSL 114º 0.6% 0.33% -
HSV(B) 114º 0.75% 0.52% -
XYZ 9.66 17.4 4.29 -
YUV 94.69 93.18 91.13 -
System Red Green Blue C M Y K H S L
Decimal 43 133 33 0.68 0 0.75 0.48 114 0.6 0.33
Hex 2B 85 21 44 0 4B 30 72 3C 21
Octal 53 205 41 104 0 113 60 162 74 41
Binary 101011 10000101 100001 1000100 0 1001011 110000 1110010 111100 100001

Color Harmonies of #2B8521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8521

Black with #2B8521

Text Example


Text Example

White with #2B8521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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