Html Css Color HEX #2B963D Forest Green

📋 copy color: '#2B963D'

red 43 ◦ green 150 ◦ blue 61

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

Shades of Forest Green #2B963D

Tints of Forest Green #2B963D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 59.06%

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 16.93%
G = 59.06%
B = 24.02%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#2B963D (or 0x2B963D) is known color: Forest Green. HEX triplet: 2B, 96 and 3D. RGB value is (43,150,61). Sum of RGB (Red+Green+Blue) = 43+150+61=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #2B963D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B963D is #D469C2. Grayscale: #6C6C6C. Windows color (decimal): -13920707 or 4036139. OLE color: 4036139.

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

Color convert

RGB 43 150 61 -
CMYK 0.71 0 0.59 0.41
HSL 130.09º 0.55% 0.38% -
HSV(B) 130.09º 0.71% 0.59% -
XYZ 12.74 22.66 8.12 -
YUV 107.86 101.55 81.74 -
System Red Green Blue C M Y K H S L
Decimal 43 150 61 0.71 0 0.59 0.41 130.09 0.55 0.38
Hex 2B 96 3D 47 0 3B 29 82 37 26
Octal 53 226 75 107 0 73 51 202 67 46
Binary 101011 10010110 111101 1000111 0 111011 101001 10000010 110111 100110

Color Harmonies of #2B963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B963D

Black with #2B963D

Text Example


Text Example

White with #2B963D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,150,61); }

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

background-color css

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

 a { background-color: rgb(43,150,61); }

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

border-color css

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

 span { border-color: rgb(43,150,61); }

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