Html Css Color HEX #2A5C36 Parsley

📋 copy color: '#2A5C36'

red 42 ◦ green 92 ◦ blue 54

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

Shades of Parsley #2A5C36

Tints of Parsley #2A5C36

RGB

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

 GREEN value IS 92 (36.33% from 255) = 48.94%

 BLUE value IS 54 (21.48% from 255) = 28.72%

R = 22.34%
G = 48.94%
B = 28.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.41

 K value IS 0.64

RGB Variations

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

Color information

#2A5C36 (or 0x2A5C36) is known color: Parsley. HEX triplet: 2A, 5C and 36. RGB value is (42,92,54). Sum of RGB (Red+Green+Blue) = 42+92+54=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #2A5C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5C36 is #D5A3C9. Grayscale: #484848. Windows color (decimal): -14001098 or 3562538. OLE color: 3562538.

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

Color convert

RGB 42 92 54 -
CMYK 0.54 0 0.41 0.64
HSL 134.4º 0.37% 0.26% -
HSV(B) 134.4º 0.54% 0.36% -
XYZ 5.45 8.41 4.83 -
YUV 72.72 117.44 106.09 -
System Red Green Blue C M Y K H S L
Decimal 42 92 54 0.54 0 0.41 0.64 134.4 0.37 0.26
Hex 2A 5C 36 36 0 29 40 86 25 1A
Octal 52 134 66 66 0 51 100 206 45 32
Binary 101010 1011100 110110 110110 0 101001 1000000 10000110 100101 11010

Color Harmonies of #2A5C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5C36

Black with #2A5C36

Text Example


Text Example

White with #2A5C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,92,54); }

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

background-color css

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

 a { background-color: rgb(42,92,54); }

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

border-color css

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

 span { border-color: rgb(42,92,54); }

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