Html Css Color HEX #2A5D32 Parsley

📋 copy color: '#2A5D32'

red 42 ◦ green 93 ◦ blue 50

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

Shades of Parsley #2A5D32

Tints of Parsley #2A5D32

RGB

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

 GREEN value IS 93 (36.72% from 255) = 50.27%

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

R = 22.7%
G = 50.27%
B = 27.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#2A5D32 (or 0x2A5D32) is known color: Parsley. HEX triplet: 2A, 5D and 32. RGB value is (42,93,50). Sum of RGB (Red+Green+Blue) = 42+93+50=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #2A5D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5D32 is #D5A2CD. Grayscale: #484848. Windows color (decimal): -14000846 or 3300650. OLE color: 3300650.

HSL color Cylindrical-coordinate representation of color #2A5D32: hue angle of 129.41º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A5D32 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB 42 93 50 -
CMYK 0.55 0 0.46 0.64
HSL 129.41º 0.38% 0.26% -
HSV(B) 129.41º 0.55% 0.36% -
XYZ 5.44 8.55 4.38 -
YUV 72.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 42 93 50 0.55 0 0.46 0.64 129.41 0.38 0.26
Hex 2A 5D 32 37 0 2E 40 81 26 1A
Octal 52 135 62 67 0 56 100 201 46 32
Binary 101010 1011101 110010 110111 0 101110 1000000 10000001 100110 11010

Color Harmonies of #2A5D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5D32

Black with #2A5D32

Text Example


Text Example

White with #2A5D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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