Html Css Color HEX #2A6036 Parsley

📋 copy color: '#2A6036'

red 42 ◦ green 96 ◦ blue 54

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

Shades of Parsley #2A6036

Tints of Parsley #2A6036

RGB

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

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

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

R = 21.88%
G = 50%
B = 28.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#2A6036 (or 0x2A6036) is known color: Parsley. HEX triplet: 2A, 60 and 36. RGB value is (42,96,54). Sum of RGB (Red+Green+Blue) = 42+96+54=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6036 is #D59FC9. Grayscale: #4B4B4B. Windows color (decimal): -14000074 or 3563562. OLE color: 3563562.

HSL color Cylindrical-coordinate representation of color #2A6036: hue angle of 133.33º 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 #2A6036 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 42 96 54 -
CMYK 0.56 0 0.44 0.62
HSL 133.33º 0.39% 0.27% -
HSV(B) 133.33º 0.56% 0.38% -
XYZ 5.8 9.12 4.95 -
YUV 75.07 116.11 104.42 -
System Red Green Blue C M Y K H S L
Decimal 42 96 54 0.56 0 0.44 0.62 133.33 0.39 0.27
Hex 2A 60 36 38 0 2C 3E 85 27 1B
Octal 52 140 66 70 0 54 76 205 47 33
Binary 101010 1100000 110110 111000 0 101100 111110 10000101 100111 11011

Color Harmonies of #2A6036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6036

Black with #2A6036

Text Example


Text Example

White with #2A6036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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