Html Css Color HEX #2D5B45 Green Pea

📋 copy color: '#2D5B45'

red 45 ◦ green 91 ◦ blue 69

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

Shades of Green Pea #2D5B45

Tints of Green Pea #2D5B45

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.39%

 BLUE value IS 69 (27.34% from 255) = 33.66%

R = 21.95%
G = 44.39%
B = 33.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#2D5B45 (or 0x2D5B45) is known color: Green Pea. HEX triplet: 2D, 5B and 45. RGB value is (45,91,69). Sum of RGB (Red+Green+Blue) = 45+91+69=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 91 - color contains mainly: green. Hex color #2D5B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5B45 is #D2A4BA. Grayscale: #4A4A4A. Windows color (decimal): -13804731 or 4545325. OLE color: 4545325.

HSL color Cylindrical-coordinate representation of color #2D5B45: hue angle of 151.3º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D5B45 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB 45 91 69 -
CMYK 0.51 0 0.24 0.64
HSL 151.3º 0.34% 0.27% -
HSV(B) 151.3º 0.51% 0.36% -
XYZ 5.9 8.47 6.95 -
YUV 74.74 124.76 106.79 -
System Red Green Blue C M Y K H S L
Decimal 45 91 69 0.51 0 0.24 0.64 151.3 0.34 0.27
Hex 2D 5B 45 33 0 18 40 97 22 1B
Octal 55 133 105 63 0 30 100 227 42 33
Binary 101101 1011011 1000101 110011 0 11000 1000000 10010111 100010 11011

Color Harmonies of #2D5B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5B45

Black with #2D5B45

Text Example


Text Example

White with #2D5B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,91,69); }

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

background-color css

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

 a { background-color: rgb(45,91,69); }

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

border-color css

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

 span { border-color: rgb(45,91,69); }

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