Html Css Color HEX #2A6035 Parsley

📋 copy color: '#2A6035'

red 42 ◦ green 96 ◦ blue 53

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

Shades of Parsley #2A6035

Tints of Parsley #2A6035

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50.26%

 BLUE value IS 53 (21.09% from 255) = 27.75%

R = 21.99%
G = 50.26%
B = 27.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#2A6035 (or 0x2A6035) is known color: Parsley. HEX triplet: 2A, 60 and 35. RGB value is (42,96,53). Sum of RGB (Red+Green+Blue) = 42+96+53=191 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.99% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6035 is #D59FCA. Grayscale: #4B4B4B. Windows color (decimal): -14000075 or 3498026. OLE color: 3498026.

HSL color Cylindrical-coordinate representation of color #2A6035: hue angle of 132.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A6035 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 42 96 53 -
CMYK 0.56 0 0.45 0.62
HSL 132.22º 0.39% 0.27% -
HSV(B) 132.22º 0.56% 0.38% -
XYZ 5.78 9.12 4.82 -
YUV 74.95 115.61 104.5 -
System Red Green Blue C M Y K H S L
Decimal 42 96 53 0.56 0 0.45 0.62 132.22 0.39 0.27
Hex 2A 60 35 38 0 2D 3E 84 27 1B
Octal 52 140 65 70 0 55 76 204 47 33
Binary 101010 1100000 110101 111000 0 101101 111110 10000100 100111 11011

Color Harmonies of #2A6035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6035

Black with #2A6035

Text Example


Text Example

White with #2A6035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,96,53); }

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

background-color css

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

 a { background-color: rgb(42,96,53); }

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

border-color css

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

 span { border-color: rgb(42,96,53); }

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