Html Css Color HEX #2D5430 Parsley

📋 copy color: '#2D5430'

red 45 ◦ green 84 ◦ blue 48

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

Shades of Parsley #2D5430

Tints of Parsley #2D5430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 27.12%

R = 25.42%
G = 47.46%
B = 27.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#2D5430 (or 0x2D5430) is known color: Parsley. HEX triplet: 2D, 54 and 30. RGB value is (45,84,48). Sum of RGB (Red+Green+Blue) = 45+84+48=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #2D5430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5430 is #D2ABCF. Grayscale: #444444. Windows color (decimal): -13806544 or 3167277. OLE color: 3167277.

HSL color Cylindrical-coordinate representation of color #2D5430: hue angle of 124.62º 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 #2D5430 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 45 84 48 -
CMYK 0.46 0 0.43 0.67
HSL 124.62º 0.3% 0.25% -
HSV(B) 124.62º 0.46% 0.33% -
XYZ 4.79 7.11 3.92 -
YUV 68.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 45 84 48 0.46 0 0.43 0.67 124.62 0.3 0.25
Hex 2D 54 30 2E 0 2B 43 7D 1E 19
Octal 55 124 60 56 0 53 103 175 36 31
Binary 101101 1010100 110000 101110 0 101011 1000011 1111101 11110 11001

Color Harmonies of #2D5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5430

Black with #2D5430

Text Example


Text Example

White with #2D5430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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