Html Css Color HEX #2A5933 Parsley

📋 copy color: '#2A5933'

red 42 ◦ green 89 ◦ blue 51

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

Shades of Parsley #2A5933

Tints of Parsley #2A5933

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.9%

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

R = 23.08%
G = 48.9%
B = 28.02%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#2A5933 (or 0x2A5933) is known color: Parsley. HEX triplet: 2A, 59 and 33. RGB value is (42,89,51). Sum of RGB (Red+Green+Blue) = 42+89+51=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #2A5933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5933 is #D5A6CC. Grayscale: #464646. Windows color (decimal): -14001869 or 3365162. OLE color: 3365162.

HSL color Cylindrical-coordinate representation of color #2A5933: hue angle of 131.49º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A5933 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 42 89 51 -
CMYK 0.53 0 0.43 0.65
HSL 131.49º 0.36% 0.26% -
HSV(B) 131.49º 0.53% 0.35% -
XYZ 5.12 7.88 4.38 -
YUV 70.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 42 89 51 0.53 0 0.43 0.65 131.49 0.36 0.26
Hex 2A 59 33 35 0 2B 41 83 24 1A
Octal 52 131 63 65 0 53 101 203 44 32
Binary 101010 1011001 110011 110101 0 101011 1000001 10000011 100100 11010

Color Harmonies of #2A5933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5933

Black with #2A5933

Text Example


Text Example

White with #2A5933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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