Html Css Color HEX #2D4F32 Parsley

📋 copy color: '#2D4F32'

red 45 ◦ green 79 ◦ blue 50

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

Shades of Parsley #2D4F32

Tints of Parsley #2D4F32

RGB

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

 GREEN value IS 79 (31.25% from 255) = 45.4%

 BLUE value IS 50 (19.92% from 255) = 28.74%

R = 25.86%
G = 45.4%
B = 28.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#2D4F32 (or 0x2D4F32) is known color: Parsley. HEX triplet: 2D, 4F and 32. RGB value is (45,79,50). Sum of RGB (Red+Green+Blue) = 45+79+50=174 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.86% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #2D4F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4F32 is #D2B0CD. Grayscale: #414141. Windows color (decimal): -13807822 or 3297069. OLE color: 3297069.

HSL color Cylindrical-coordinate representation of color #2D4F32: hue angle of 128.82º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2D4F32 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 45 79 50 -
CMYK 0.43 0 0.37 0.69
HSL 128.82º 0.27% 0.24% -
HSV(B) 128.82º 0.43% 0.31% -
XYZ 4.45 6.38 4.01 -
YUV 65.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 45 79 50 0.43 0 0.37 0.69 128.82 0.27 0.24
Hex 2D 4F 32 2B 0 25 45 81 1B 18
Octal 55 117 62 53 0 45 105 201 33 30
Binary 101101 1001111 110010 101011 0 100101 1000101 10000001 11011 11000

Color Harmonies of #2D4F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4F32

Black with #2D4F32

Text Example


Text Example

White with #2D4F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,79,50); }

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

background-color css

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

 a { background-color: rgb(45,79,50); }

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

border-color css

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

 span { border-color: rgb(45,79,50); }

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