Html Css Color HEX #2B9115 Forest Green

📋 copy color: '#2B9115'

red 43 ◦ green 145 ◦ blue 21

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

Shades of Forest Green #2B9115

Tints of Forest Green #2B9115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 69.38%

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

R = 20.57%
G = 69.38%
B = 10.05%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#2B9115 (or 0x2B9115) is known color: Forest Green. HEX triplet: 2B, 91 and 15. RGB value is (43,145,21). Sum of RGB (Red+Green+Blue) = 43+145+21=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 145 (57.03% from 255 or 69.38% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 145 - color contains mainly: green. Hex color #2B9115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9115 is #D46EEA. Grayscale: #646464. Windows color (decimal): -13922027 or 1413419. OLE color: 1413419.

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

Color convert

RGB 43 145 21 -
CMYK 0.70 0 0.86 0.43
HSL 109.35º 0.75% 0.33% -
HSV(B) 109.35º 0.86% 0.57% -
XYZ 11.26 20.82 4.13 -
YUV 100.37 83.21 87.08 -
System Red Green Blue C M Y K H S L
Decimal 43 145 21 0.70 0 0.86 0.43 109.35 0.75 0.33
Hex 2B 91 15 46 0 56 2B 6D 4B 21
Octal 53 221 25 106 0 126 53 155 113 41
Binary 101011 10010001 10101 1000110 0 1010110 101011 1101101 1001011 100001

Color Harmonies of #2B9115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9115

Black with #2B9115

Text Example


Text Example

White with #2B9115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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