Html Css Color HEX #2B8906 Forest Green

📋 copy color: '#2B8906'

red 43 ◦ green 137 ◦ blue 6

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

Shades of Forest Green #2B8906

Tints of Forest Green #2B8906

RGB

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

 GREEN value IS 137 (53.91% from 255) = 73.66%

 BLUE value IS 6 (2.73% from 255) = 3.23%

R = 23.12%
G = 73.66%
B = 3.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#2B8906 (or 0x2B8906) is known color: Forest Green. HEX triplet: 2B, 89 and 06. RGB value is (43,137,6). Sum of RGB (Red+Green+Blue) = 43+137+6=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 137 (53.91% from 255 or 73.66% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8906 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8906 is #D476F9. Grayscale: #5E5E5E. Windows color (decimal): -13924090 or 428331. OLE color: 428331.

HSL color Cylindrical-coordinate representation of color #2B8906: hue angle of 103.05º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B8906 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 137 6 -
CMYK 0.69 0 0.96 0.46
HSL 103.05º 0.92% 0.28% -
HSV(B) 103.05º 0.96% 0.54% -
XYZ 9.97 18.42 3.2 -
YUV 93.96 78.36 91.65 -
System Red Green Blue C M Y K H S L
Decimal 43 137 6 0.69 0 0.96 0.46 103.05 0.92 0.28
Hex 2B 89 6 45 0 60 2E 67 5C 1C
Octal 53 211 6 105 0 140 56 147 134 34
Binary 101011 10001001 110 1000101 0 1100000 101110 1100111 1011100 11100

Color Harmonies of #2B8906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8906

Black with #2B8906

Text Example


Text Example

White with #2B8906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,137,6); }

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

background-color css

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

 a { background-color: rgb(43,137,6); }

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

border-color css

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

 span { border-color: rgb(43,137,6); }

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