Html Css Color HEX #2BA529 Forest Green

📋 copy color: '#2BA529'

red 43 ◦ green 165 ◦ blue 41

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

Shades of Forest Green #2BA529

Tints of Forest Green #2BA529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 66.27%

 BLUE value IS 41 (16.41% from 255) = 16.47%

R = 17.27%
G = 66.27%
B = 16.47%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#2BA529 (or 0x2BA529) is known color: Forest Green. HEX triplet: 2B, A5 and 29. RGB value is (43,165,41). Sum of RGB (Red+Green+Blue) = 43+165+41=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 165 (64.84% from 255 or 66.27% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA529 is #D45AD6. Grayscale: #727272. Windows color (decimal): -13916887 or 2729259. OLE color: 2729259.

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

Color convert

RGB 43 165 41 -
CMYK 0.74 0 0.75 0.35
HSL 119.03º 0.6% 0.4% -
HSV(B) 119.03º 0.75% 0.65% -
XYZ 14.85 27.58 6.64 -
YUV 114.39 86.58 77.08 -
System Red Green Blue C M Y K H S L
Decimal 43 165 41 0.74 0 0.75 0.35 119.03 0.6 0.4
Hex 2B A5 29 4A 0 4B 23 77 3C 28
Octal 53 245 51 112 0 113 43 167 74 50
Binary 101011 10100101 101001 1001010 0 1001011 100011 1110111 111100 101000

Color Harmonies of #2BA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA529

Black with #2BA529

Text Example


Text Example

White with #2BA529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,165,41); }

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

background-color css

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

 a { background-color: rgb(43,165,41); }

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

border-color css

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

 span { border-color: rgb(43,165,41); }

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