Html Css Color HEX #2E852D Forest Green

📋 copy color: '#2E852D'

red 46 ◦ green 133 ◦ blue 45

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

Shades of Forest Green #2E852D

Tints of Forest Green #2E852D

RGB

 RED value IS 46 (18.36% from 255) = 20.54%

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

 BLUE value IS 45 (17.97% from 255) = 20.09%

R = 20.54%
G = 59.38%
B = 20.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#2E852D (or 0x2E852D) is known color: Forest Green. HEX triplet: 2E, 85 and 2D. RGB value is (46,133,45). Sum of RGB (Red+Green+Blue) = 46+133+45=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #2E852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E852D is #D17AD2. Grayscale: #616161. Windows color (decimal): -13728467 or 2983214. OLE color: 2983214.

HSL color Cylindrical-coordinate representation of color #2E852D: hue angle of 119.32º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E852D is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 133 45 -
CMYK 0.65 0 0.66 0.48
HSL 119.32º 0.49% 0.35% -
HSV(B) 119.32º 0.66% 0.52% -
XYZ 9.99 17.55 5.34 -
YUV 96.96 98.68 91.66 -
System Red Green Blue C M Y K H S L
Decimal 46 133 45 0.65 0 0.66 0.48 119.32 0.49 0.35
Hex 2E 85 2D 41 0 42 30 77 31 23
Octal 56 205 55 101 0 102 60 167 61 43
Binary 101110 10000101 101101 1000001 0 1000010 110000 1110111 110001 100011

Color Harmonies of #2E852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E852D

Black with #2E852D

Text Example


Text Example

White with #2E852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,133,45); }

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

background-color css

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

 a { background-color: rgb(46,133,45); }

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

border-color css

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

 span { border-color: rgb(46,133,45); }

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