Html Css Color HEX #2B8925 Forest Green

📋 copy color: '#2B8925'

red 43 ◦ green 137 ◦ blue 37

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

Shades of Forest Green #2B8925

Tints of Forest Green #2B8925

RGB

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

 GREEN value IS 137 (53.91% from 255) = 63.13%

 BLUE value IS 37 (14.84% from 255) = 17.05%

R = 19.82%
G = 63.13%
B = 17.05%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#2B8925 (or 0x2B8925) is known color: Forest Green. HEX triplet: 2B, 89 and 25. RGB value is (43,137,37). Sum of RGB (Red+Green+Blue) = 43+137+37=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 137 (53.91% from 255 or 63.13% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8925 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8925 is #D476DA. Grayscale: #616161. Windows color (decimal): -13924059 or 2459947. OLE color: 2459947.

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

Color convert

RGB 43 137 37 -
CMYK 0.69 0 0.73 0.46
HSL 116.4º 0.57% 0.34% -
HSV(B) 116.4º 0.73% 0.54% -
XYZ 10.28 18.54 4.79 -
YUV 97.49 93.86 89.13 -
System Red Green Blue C M Y K H S L
Decimal 43 137 37 0.69 0 0.73 0.46 116.4 0.57 0.34
Hex 2B 89 25 45 0 49 2E 74 39 22
Octal 53 211 45 105 0 111 56 164 71 42
Binary 101011 10001001 100101 1000101 0 1001001 101110 1110100 111001 100010

Color Harmonies of #2B8925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8925

Black with #2B8925

Text Example


Text Example

White with #2B8925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,137,37); }

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

background-color css

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

 a { background-color: rgb(43,137,37); }

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

border-color css

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

 span { border-color: rgb(43,137,37); }

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