Html Css Color HEX #2B992F Forest Green

📋 copy color: '#2B992F'

red 43 ◦ green 153 ◦ blue 47

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

Shades of Forest Green #2B992F

Tints of Forest Green #2B992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 62.96%

 BLUE value IS 47 (18.75% from 255) = 19.34%

R = 17.7%
G = 62.96%
B = 19.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#2B992F (or 0x2B992F) is known color: Forest Green. HEX triplet: 2B, 99 and 2F. RGB value is (43,153,47). Sum of RGB (Red+Green+Blue) = 43+153+47=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 153 (60.16% from 255 or 62.96% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 153 - color contains mainly: green. Hex color #2B992F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B992F is #D466D0. Grayscale: #6C6C6C. Windows color (decimal): -13919953 or 3119403. OLE color: 3119403.

HSL color Cylindrical-coordinate representation of color #2B992F: hue angle of 122.18º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B992F is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 43 153 47 -
CMYK 0.72 0 0.69 0.4
HSL 122.18º 0.56% 0.38% -
HSV(B) 122.18º 0.72% 0.6% -
XYZ 12.9 23.5 6.55 -
YUV 108.03 93.56 81.62 -
System Red Green Blue C M Y K H S L
Decimal 43 153 47 0.72 0 0.69 0.4 122.18 0.56 0.38
Hex 2B 99 2F 48 0 45 28 7A 38 26
Octal 53 231 57 110 0 105 50 172 70 46
Binary 101011 10011001 101111 1001000 0 1000101 101000 1111010 111000 100110

Color Harmonies of #2B992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B992F

Black with #2B992F

Text Example


Text Example

White with #2B992F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,153,47); }

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

background-color css

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

 a { background-color: rgb(43,153,47); }

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

border-color css

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

 span { border-color: rgb(43,153,47); }

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