Html Css Color HEX #2A5433 Parsley

📋 copy color: '#2A5433'

red 42 ◦ green 84 ◦ blue 51

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

Shades of Parsley #2A5433

Tints of Parsley #2A5433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.81%

R = 23.73%
G = 47.46%
B = 28.81%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#2A5433 (or 0x2A5433) is known color: Parsley. HEX triplet: 2A, 54 and 33. RGB value is (42,84,51). Sum of RGB (Red+Green+Blue) = 42+84+51=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #2A5433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5433 is #D5ABCC. Grayscale: #434343. Windows color (decimal): -14003149 or 3363882. OLE color: 3363882.

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

Color convert

RGB 42 84 51 -
CMYK 0.5 0 0.39 0.67
HSL 132.86º 0.33% 0.25% -
HSV(B) 132.86º 0.5% 0.33% -
XYZ 4.72 7.07 4.25 -
YUV 67.68 118.59 109.68 -
System Red Green Blue C M Y K H S L
Decimal 42 84 51 0.5 0 0.39 0.67 132.86 0.33 0.25
Hex 2A 54 33 32 0 27 43 85 21 19
Octal 52 124 63 62 0 47 103 205 41 31
Binary 101010 1010100 110011 110010 0 100111 1000011 10000101 100001 11001

Color Harmonies of #2A5433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5433

Black with #2A5433

Text Example


Text Example

White with #2A5433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,84,51); }

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

background-color css

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

 a { background-color: rgb(42,84,51); }

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

border-color css

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

 span { border-color: rgb(42,84,51); }

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