Html Css Color HEX #2A5D2F Parsley

📋 copy color: '#2A5D2F'

red 42 ◦ green 93 ◦ blue 47

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

Shades of Parsley #2A5D2F

Tints of Parsley #2A5D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.82%

R = 23.08%
G = 51.1%
B = 25.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#2A5D2F (or 0x2A5D2F) is known color: Parsley. HEX triplet: 2A, 5D and 2F. RGB value is (42,93,47). Sum of RGB (Red+Green+Blue) = 42+93+47=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #2A5D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5D2F is #D5A2D0. Grayscale: #484848. Windows color (decimal): -14000849 or 3104042. OLE color: 3104042.

HSL color Cylindrical-coordinate representation of color #2A5D2F: hue angle of 125.88º 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 #2A5D2F is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB 42 93 47 -
CMYK 0.55 0 0.49 0.64
HSL 125.88º 0.38% 0.26% -
HSV(B) 125.88º 0.55% 0.36% -
XYZ 5.38 8.53 4.05 -
YUV 72.51 113.6 106.24 -
System Red Green Blue C M Y K H S L
Decimal 42 93 47 0.55 0 0.49 0.64 125.88 0.38 0.26
Hex 2A 5D 2F 37 0 31 40 7E 26 1A
Octal 52 135 57 67 0 61 100 176 46 32
Binary 101010 1011101 101111 110111 0 110001 1000000 1111110 100110 11010

Color Harmonies of #2A5D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5D2F

Black with #2A5D2F

Text Example


Text Example

White with #2A5D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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