Html Css Color HEX #2D8526 Forest Green

📋 copy color: '#2D8526'

red 45 ◦ green 133 ◦ blue 38

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

Shades of Forest Green #2D8526

Tints of Forest Green #2D8526

RGB

 RED value IS 45 (17.97% from 255) = 20.83%

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

 BLUE value IS 38 (15.23% from 255) = 17.59%

R = 20.83%
G = 61.57%
B = 17.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#2D8526 (or 0x2D8526) is known color: Forest Green. HEX triplet: 2D, 85 and 26. RGB value is (45,133,38). Sum of RGB (Red+Green+Blue) = 45+133+38=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #2D8526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8526 is #D27AD9. Grayscale: #606060. Windows color (decimal): -13794010 or 2524461. OLE color: 2524461.

HSL color Cylindrical-coordinate representation of color #2D8526: hue angle of 115.58º degrees, saturation: 0.56, 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 #2D8526 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 133 38 -
CMYK 0.66 0 0.71 0.48
HSL 115.58º 0.56% 0.34% -
HSV(B) 115.58º 0.71% 0.52% -
XYZ 9.82 17.47 4.69 -
YUV 95.86 95.35 91.72 -
System Red Green Blue C M Y K H S L
Decimal 45 133 38 0.66 0 0.71 0.48 115.58 0.56 0.34
Hex 2D 85 26 42 0 47 30 74 38 22
Octal 55 205 46 102 0 107 60 164 70 42
Binary 101101 10000101 100110 1000010 0 1000111 110000 1110100 111000 100010

Color Harmonies of #2D8526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8526

Black with #2D8526

Text Example


Text Example

White with #2D8526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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