Html Css Color HEX #2B963C Forest Green

📋 copy color: '#2B963C'

red 43 ◦ green 150 ◦ blue 60

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

Shades of Forest Green #2B963C

Tints of Forest Green #2B963C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.72%

R = 17%
G = 59.29%
B = 23.72%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#2B963C (or 0x2B963C) is known color: Forest Green. HEX triplet: 2B, 96 and 3C. RGB value is (43,150,60). Sum of RGB (Red+Green+Blue) = 43+150+60=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 150 (58.98% from 255 or 59.29% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 150 - color contains mainly: green. Hex color #2B963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B963C is #D469C3. Grayscale: #6C6C6C. Windows color (decimal): -13920708 or 3970603. OLE color: 3970603.

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

Color convert

RGB 43 150 60 -
CMYK 0.71 0 0.6 0.41
HSL 129.53º 0.55% 0.38% -
HSV(B) 129.53º 0.71% 0.59% -
XYZ 12.72 22.65 7.98 -
YUV 107.75 101.05 81.82 -
System Red Green Blue C M Y K H S L
Decimal 43 150 60 0.71 0 0.6 0.41 129.53 0.55 0.38
Hex 2B 96 3C 47 0 3C 29 82 37 26
Octal 53 226 74 107 0 74 51 202 67 46
Binary 101011 10010110 111100 1000111 0 111100 101001 10000010 110111 100110

Color Harmonies of #2B963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B963C

Black with #2B963C

Text Example


Text Example

White with #2B963C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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