Html Css Color HEX #2B9315 Forest Green

📋 copy color: '#2B9315'

red 43 ◦ green 147 ◦ blue 21

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

Shades of Forest Green #2B9315

Tints of Forest Green #2B9315

RGB

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

 GREEN value IS 147 (57.81% from 255) = 69.67%

 BLUE value IS 21 (8.59% from 255) = 9.95%

R = 20.38%
G = 69.67%
B = 9.95%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#2B9315 (or 0x2B9315) is known color: Forest Green. HEX triplet: 2B, 93 and 15. RGB value is (43,147,21). Sum of RGB (Red+Green+Blue) = 43+147+21=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 147 (57.81% from 255 or 69.67% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9315 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9315 is #D46CEA. Grayscale: #656565. Windows color (decimal): -13921515 or 1413931. OLE color: 1413931.

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

Color convert

RGB 43 147 21 -
CMYK 0.71 0 0.86 0.42
HSL 109.52º 0.75% 0.33% -
HSV(B) 109.52º 0.86% 0.58% -
XYZ 11.57 21.44 4.24 -
YUV 101.54 82.54 86.25 -
System Red Green Blue C M Y K H S L
Decimal 43 147 21 0.71 0 0.86 0.42 109.52 0.75 0.33
Hex 2B 93 15 47 0 56 2A 6E 4B 21
Octal 53 223 25 107 0 126 52 156 113 41
Binary 101011 10010011 10101 1000111 0 1010110 101010 1101110 1001011 100001

Color Harmonies of #2B9315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9315

Black with #2B9315

Text Example


Text Example

White with #2B9315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,147,21); }

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

background-color css

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

 a { background-color: rgb(43,147,21); }

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

border-color css

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

 span { border-color: rgb(43,147,21); }

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