Html Css Color HEX #2D5434 Parsley

📋 copy color: '#2D5434'

red 45 ◦ green 84 ◦ blue 52

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

Shades of Parsley #2D5434

Tints of Parsley #2D5434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.41%

 BLUE value IS 52 (20.7% from 255) = 28.73%

R = 24.86%
G = 46.41%
B = 28.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#2D5434 (or 0x2D5434) is known color: Parsley. HEX triplet: 2D, 54 and 34. RGB value is (45,84,52). Sum of RGB (Red+Green+Blue) = 45+84+52=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #2D5434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5434 is #D2ABCB. Grayscale: #444444. Windows color (decimal): -13806540 or 3429421. OLE color: 3429421.

HSL color Cylindrical-coordinate representation of color #2D5434: hue angle of 130.77º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D5434 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 45 84 52 -
CMYK 0.46 0 0.38 0.67
HSL 130.77º 0.3% 0.25% -
HSV(B) 130.77º 0.46% 0.33% -
XYZ 4.87 7.15 4.37 -
YUV 68.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 45 84 52 0.46 0 0.38 0.67 130.77 0.3 0.25
Hex 2D 54 34 2E 0 26 43 83 1E 19
Octal 55 124 64 56 0 46 103 203 36 31
Binary 101101 1010100 110100 101110 0 100110 1000011 10000011 11110 11001

Color Harmonies of #2D5434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5434

Black with #2D5434

Text Example


Text Example

White with #2D5434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,84,52); }

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

background-color css

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

 a { background-color: rgb(45,84,52); }

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

border-color css

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

 span { border-color: rgb(45,84,52); }

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