Html Css Color HEX #2D992B Forest Green

📋 copy color: '#2D992B'

red 45 ◦ green 153 ◦ blue 43

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

Shades of Forest Green #2D992B

Tints of Forest Green #2D992B

RGB

 RED value IS 45 (17.97% from 255) = 18.67%

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

 BLUE value IS 43 (17.19% from 255) = 17.84%

R = 18.67%
G = 63.49%
B = 17.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#2D992B (or 0x2D992B) is known color: Forest Green. HEX triplet: 2D, 99 and 2B. RGB value is (45,153,43). Sum of RGB (Red+Green+Blue) = 45+153+43=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 153 (60.16% from 255 or 63.49% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 153 - color contains mainly: green. Hex color #2D992B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D992B is #D266D4. Grayscale: #6C6C6C. Windows color (decimal): -13788885 or 2857261. OLE color: 2857261.

HSL color Cylindrical-coordinate representation of color #2D992B: hue angle of 118.91º 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 #2D992B is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 45 153 43 -
CMYK 0.71 0 0.72 0.4
HSL 118.91º 0.56% 0.38% -
HSV(B) 118.91º 0.72% 0.6% -
XYZ 12.91 23.51 6.14 -
YUV 108.17 91.22 82.94 -
System Red Green Blue C M Y K H S L
Decimal 45 153 43 0.71 0 0.72 0.4 118.91 0.56 0.38
Hex 2D 99 2B 47 0 48 28 77 38 26
Octal 55 231 53 107 0 110 50 167 70 46
Binary 101101 10011001 101011 1000111 0 1001000 101000 1110111 111000 100110

Color Harmonies of #2D992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D992B

Black with #2D992B

Text Example


Text Example

White with #2D992B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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