Html Css Color HEX #2D5B46 Green Pea

📋 copy color: '#2D5B46'

red 45 ◦ green 91 ◦ blue 70

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

Shades of Green Pea #2D5B46

Tints of Green Pea #2D5B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.98%

R = 21.84%
G = 44.17%
B = 33.98%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#2D5B46 (or 0x2D5B46) is known color: Green Pea. HEX triplet: 2D, 5B and 46. RGB value is (45,91,70). Sum of RGB (Red+Green+Blue) = 45+91+70=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #2D5B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5B46 is #D2A4B9. Grayscale: #4A4A4A. Windows color (decimal): -13804730 or 4610861. OLE color: 4610861.

HSL color Cylindrical-coordinate representation of color #2D5B46: hue angle of 152.61º 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 #2D5B46 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 45 91 70 -
CMYK 0.51 0 0.23 0.64
HSL 152.61º 0.34% 0.27% -
HSV(B) 152.61º 0.51% 0.36% -
XYZ 5.93 8.48 7.12 -
YUV 74.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 45 91 70 0.51 0 0.23 0.64 152.61 0.34 0.27
Hex 2D 5B 46 33 0 17 40 99 22 1B
Octal 55 133 106 63 0 27 100 231 42 33
Binary 101101 1011011 1000110 110011 0 10111 1000000 10011001 100010 11011

Color Harmonies of #2D5B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5B46

Black with #2D5B46

Text Example


Text Example

White with #2D5B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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