Html Css Color HEX #2A5332 Parsley

📋 copy color: '#2A5332'

red 42 ◦ green 83 ◦ blue 50

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

Shades of Parsley #2A5332

Tints of Parsley #2A5332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.43%

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

R = 24%
G = 47.43%
B = 28.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#2A5332 (or 0x2A5332) is known color: Parsley. HEX triplet: 2A, 53 and 32. RGB value is (42,83,50). Sum of RGB (Red+Green+Blue) = 42+83+50=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5332 is #D5ACCD. Grayscale: #434343. Windows color (decimal): -14003406 or 3298090. OLE color: 3298090.

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

Color convert

RGB 42 83 50 -
CMYK 0.49 0 0.40 0.67
HSL 131.71º 0.33% 0.25% -
HSV(B) 131.71º 0.49% 0.33% -
XYZ 4.62 6.91 4.11 -
YUV 66.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 42 83 50 0.49 0 0.40 0.67 131.71 0.33 0.25
Hex 2A 53 32 31 0 28 43 84 21 19
Octal 52 123 62 61 0 50 103 204 41 31
Binary 101010 1010011 110010 110001 0 101000 1000011 10000100 100001 11001

Color Harmonies of #2A5332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5332

Black with #2A5332

Text Example


Text Example

White with #2A5332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,83,50); }

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

background-color css

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

 a { background-color: rgb(42,83,50); }

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

border-color css

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

 span { border-color: rgb(42,83,50); }

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