Html Css Color HEX #2B8527 Forest Green

📋 copy color: '#2B8527'

red 43 ◦ green 133 ◦ blue 39

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

Shades of Forest Green #2B8527

Tints of Forest Green #2B8527

RGB

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

 GREEN value IS 133 (52.34% from 255) = 61.86%

 BLUE value IS 39 (15.63% from 255) = 18.14%

R = 20%
G = 61.86%
B = 18.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#2B8527 (or 0x2B8527) is known color: Forest Green. HEX triplet: 2B, 85 and 27. RGB value is (43,133,39). Sum of RGB (Red+Green+Blue) = 43+133+39=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8527 is #D47AD8. Grayscale: #5F5F5F. Windows color (decimal): -13925081 or 2589995. OLE color: 2589995.

HSL color Cylindrical-coordinate representation of color #2B8527: hue angle of 117.45º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B8527 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 133 39 -
CMYK 0.68 0 0.71 0.48
HSL 117.45º 0.55% 0.34% -
HSV(B) 117.45º 0.71% 0.52% -
XYZ 9.75 17.44 4.77 -
YUV 95.37 96.18 90.64 -
System Red Green Blue C M Y K H S L
Decimal 43 133 39 0.68 0 0.71 0.48 117.45 0.55 0.34
Hex 2B 85 27 44 0 47 30 75 37 22
Octal 53 205 47 104 0 107 60 165 67 42
Binary 101011 10000101 100111 1000100 0 1000111 110000 1110101 110111 100010

Color Harmonies of #2B8527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8527

Black with #2B8527

Text Example


Text Example

White with #2B8527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,133,39); }

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

background-color css

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

 a { background-color: rgb(43,133,39); }

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

border-color css

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

 span { border-color: rgb(43,133,39); }

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