Html Css Color HEX #2A582C Parsley

📋 copy color: '#2A582C'

red 42 ◦ green 88 ◦ blue 44

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

Shades of Parsley #2A582C

Tints of Parsley #2A582C

RGB

 RED value IS 42 (16.8% from 255) = 24.14%

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

 BLUE value IS 44 (17.58% from 255) = 25.29%

R = 24.14%
G = 50.57%
B = 25.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#2A582C (or 0x2A582C) is known color: Parsley. HEX triplet: 2A, 58 and 2C. RGB value is (42,88,44). Sum of RGB (Red+Green+Blue) = 42+88+44=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #2A582C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A582C is #D5A7D3. Grayscale: #454545. Windows color (decimal): -14002132 or 2906154. OLE color: 2906154.

HSL color Cylindrical-coordinate representation of color #2A582C: hue angle of 122.61º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A582C is Cyan = 0.52, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 42 88 44 -
CMYK 0.52 0 0.5 0.65
HSL 122.61º 0.35% 0.25% -
HSV(B) 122.61º 0.52% 0.35% -
XYZ 4.9 7.65 3.6 -
YUV 69.23 113.76 108.58 -
System Red Green Blue C M Y K H S L
Decimal 42 88 44 0.52 0 0.5 0.65 122.61 0.35 0.25
Hex 2A 58 2C 34 0 32 41 7B 23 19
Octal 52 130 54 64 0 62 101 173 43 31
Binary 101010 1011000 101100 110100 0 110010 1000001 1111011 100011 11001

Color Harmonies of #2A582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A582C

Black with #2A582C

Text Example


Text Example

White with #2A582C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,88,44); }

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

background-color css

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

 a { background-color: rgb(42,88,44); }

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

border-color css

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

 span { border-color: rgb(42,88,44); }

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