Html Css Color HEX #2D5840 Green Pea

📋 copy color: '#2D5840'

red 45 ◦ green 88 ◦ blue 64

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

Shades of Green Pea #2D5840

Tints of Green Pea #2D5840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.67%

 BLUE value IS 64 (25.39% from 255) = 32.49%

R = 22.84%
G = 44.67%
B = 32.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#2D5840 (or 0x2D5840) is known color: Green Pea. HEX triplet: 2D, 58 and 40. RGB value is (45,88,64). Sum of RGB (Red+Green+Blue) = 45+88+64=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #2D5840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5840 is #D2A7BF. Grayscale: #484848. Windows color (decimal): -13805504 or 4216877. OLE color: 4216877.

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

Color convert

RGB 45 88 64 -
CMYK 0.49 0 0.27 0.65
HSL 146.51º 0.32% 0.26% -
HSV(B) 146.51º 0.49% 0.35% -
XYZ 5.5 7.91 6.09 -
YUV 72.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 45 88 64 0.49 0 0.27 0.65 146.51 0.32 0.26
Hex 2D 58 40 31 0 1B 41 93 20 1A
Octal 55 130 100 61 0 33 101 223 40 32
Binary 101101 1011000 1000000 110001 0 11011 1000001 10010011 100000 11010

Color Harmonies of #2D5840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5840

Black with #2D5840

Text Example


Text Example

White with #2D5840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,88,64); }

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

background-color css

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

 a { background-color: rgb(45,88,64); }

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

border-color css

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

 span { border-color: rgb(45,88,64); }

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