Html Css Color HEX #2B8A32 Forest Green

📋 copy color: '#2B8A32'

red 43 ◦ green 138 ◦ blue 50

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

Shades of Forest Green #2B8A32

Tints of Forest Green #2B8A32

RGB

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

 GREEN value IS 138 (54.3% from 255) = 59.74%

 BLUE value IS 50 (19.92% from 255) = 21.65%

R = 18.61%
G = 59.74%
B = 21.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#2B8A32 (or 0x2B8A32) is known color: Forest Green. HEX triplet: 2B, 8A and 32. RGB value is (43,138,50). Sum of RGB (Red+Green+Blue) = 43+138+50=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8A32 is #D475CD. Grayscale: #636363. Windows color (decimal): -13923790 or 3312171. OLE color: 3312171.

HSL color Cylindrical-coordinate representation of color #2B8A32: hue angle of 124.42º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8A32 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 138 50 -
CMYK 0.69 0 0.64 0.46
HSL 124.42º 0.52% 0.35% -
HSV(B) 124.42º 0.69% 0.54% -
XYZ 10.66 18.92 6.11 -
YUV 99.56 100.03 87.66 -
System Red Green Blue C M Y K H S L
Decimal 43 138 50 0.69 0 0.64 0.46 124.42 0.52 0.35
Hex 2B 8A 32 45 0 40 2E 7C 34 23
Octal 53 212 62 105 0 100 56 174 64 43
Binary 101011 10001010 110010 1000101 0 1000000 101110 1111100 110100 100011

Color Harmonies of #2B8A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8A32

Black with #2B8A32

Text Example


Text Example

White with #2B8A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,138,50); }

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

background-color css

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

 a { background-color: rgb(43,138,50); }

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

border-color css

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

 span { border-color: rgb(43,138,50); }

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