Html Css Color HEX #2B8B2C Forest Green

📋 copy color: '#2B8B2C'

red 43 ◦ green 139 ◦ blue 44

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

Shades of Forest Green #2B8B2C

Tints of Forest Green #2B8B2C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 61.5%

 BLUE value IS 44 (17.58% from 255) = 19.47%

R = 19.03%
G = 61.5%
B = 19.47%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#2B8B2C (or 0x2B8B2C) is known color: Forest Green. HEX triplet: 2B, 8B and 2C. RGB value is (43,139,44). Sum of RGB (Red+Green+Blue) = 43+139+44=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 139 (54.69% from 255 or 61.50% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8B2C is #D474D3. Grayscale: #636363. Windows color (decimal): -13923540 or 2919211. OLE color: 2919211.

HSL color Cylindrical-coordinate representation of color #2B8B2C: hue angle of 120.63º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8B2C is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 139 44 -
CMYK 0.69 0 0.68 0.45
HSL 120.63º 0.53% 0.36% -
HSV(B) 120.63º 0.69% 0.55% -
XYZ 10.68 19.16 5.52 -
YUV 99.47 96.7 87.72 -
System Red Green Blue C M Y K H S L
Decimal 43 139 44 0.69 0 0.68 0.45 120.63 0.53 0.36
Hex 2B 8B 2C 45 0 44 2D 79 35 24
Octal 53 213 54 105 0 104 55 171 65 44
Binary 101011 10001011 101100 1000101 0 1000100 101101 1111001 110101 100100

Color Harmonies of #2B8B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8B2C

Black with #2B8B2C

Text Example


Text Example

White with #2B8B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,139,44); }

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

background-color css

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

 a { background-color: rgb(43,139,44); }

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

border-color css

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

 span { border-color: rgb(43,139,44); }

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