Html Css Color HEX #2B952E Forest Green

📋 copy color: '#2B952E'

red 43 ◦ green 149 ◦ blue 46

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

Shades of Forest Green #2B952E

Tints of Forest Green #2B952E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 62.61%

 BLUE value IS 46 (18.36% from 255) = 19.33%

R = 18.07%
G = 62.61%
B = 19.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#2B952E (or 0x2B952E) is known color: Forest Green. HEX triplet: 2B, 95 and 2E. RGB value is (43,149,46). Sum of RGB (Red+Green+Blue) = 43+149+46=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 149 (58.59% from 255 or 62.61% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 149 - color contains mainly: green. Hex color #2B952E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B952E is #D46AD1. Grayscale: #696969. Windows color (decimal): -13920978 or 3052843. OLE color: 3052843.

HSL color Cylindrical-coordinate representation of color #2B952E: hue angle of 121.7º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B952E is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 149 46 -
CMYK 0.71 0 0.69 0.42
HSL 121.7º 0.55% 0.38% -
HSV(B) 121.7º 0.71% 0.58% -
XYZ 12.24 22.21 6.23 -
YUV 105.56 94.38 83.38 -
System Red Green Blue C M Y K H S L
Decimal 43 149 46 0.71 0 0.69 0.42 121.7 0.55 0.38
Hex 2B 95 2E 47 0 45 2A 7A 37 26
Octal 53 225 56 107 0 105 52 172 67 46
Binary 101011 10010101 101110 1000111 0 1000101 101010 1111010 110111 100110

Color Harmonies of #2B952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B952E

Black with #2B952E

Text Example


Text Example

White with #2B952E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,149,46); }

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

background-color css

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

 a { background-color: rgb(43,149,46); }

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

border-color css

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

 span { border-color: rgb(43,149,46); }

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