Html Css Color HEX #2B9513 Forest Green

📋 copy color: '#2B9513'

red 43 ◦ green 149 ◦ blue 19

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

Shades of Forest Green #2B9513

Tints of Forest Green #2B9513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9%

R = 20.38%
G = 70.62%
B = 9%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#2B9513 (or 0x2B9513) is known color: Forest Green. HEX triplet: 2B, 95 and 13. RGB value is (43,149,19). Sum of RGB (Red+Green+Blue) = 43+149+19=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 149 (58.59% from 255 or 70.62% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9513 is #D46AEC. Grayscale: #666666. Windows color (decimal): -13921005 or 1283371. OLE color: 1283371.

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

Color convert

RGB 43 149 19 -
CMYK 0.71 0 0.87 0.42
HSL 108.92º 0.77% 0.33% -
HSV(B) 108.92º 0.87% 0.58% -
XYZ 11.86 22.06 4.25 -
YUV 102.49 80.88 85.57 -
System Red Green Blue C M Y K H S L
Decimal 43 149 19 0.71 0 0.87 0.42 108.92 0.77 0.33
Hex 2B 95 13 47 0 57 2A 6D 4D 21
Octal 53 225 23 107 0 127 52 155 115 41
Binary 101011 10010101 10011 1000111 0 1010111 101010 1101101 1001101 100001

Color Harmonies of #2B9513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9513

Black with #2B9513

Text Example


Text Example

White with #2B9513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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