Html Css Color HEX #2A5A2E Parsley

📋 copy color: '#2A5A2E'

red 42 ◦ green 90 ◦ blue 46

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

Shades of Parsley #2A5A2E

Tints of Parsley #2A5A2E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50.56%

 BLUE value IS 46 (18.36% from 255) = 25.84%

R = 23.6%
G = 50.56%
B = 25.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#2A5A2E (or 0x2A5A2E) is known color: Parsley. HEX triplet: 2A, 5A and 2E. RGB value is (42,90,46). Sum of RGB (Red+Green+Blue) = 42+90+46=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #2A5A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5A2E is #D5A5D1. Grayscale: #464646. Windows color (decimal): -14001618 or 3037738. OLE color: 3037738.

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

Color convert

RGB 42 90 46 -
CMYK 0.53 0 0.49 0.65
HSL 125º 0.36% 0.26% -
HSV(B) 125º 0.53% 0.35% -
XYZ 5.1 8 3.86 -
YUV 70.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 42 90 46 0.53 0 0.49 0.65 125 0.36 0.26
Hex 2A 5A 2E 35 0 31 41 7D 24 1A
Octal 52 132 56 65 0 61 101 175 44 32
Binary 101010 1011010 101110 110101 0 110001 1000001 1111101 100100 11010

Color Harmonies of #2A5A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5A2E

Black with #2A5A2E

Text Example


Text Example

White with #2A5A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,90,46); }

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

background-color css

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

 a { background-color: rgb(42,90,46); }

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

border-color css

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

 span { border-color: rgb(42,90,46); }

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