Html Css Color HEX #2A612E Parsley

📋 copy color: '#2A612E'

red 42 ◦ green 97 ◦ blue 46

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

Shades of Parsley #2A612E

Tints of Parsley #2A612E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.43%

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

R = 22.7%
G = 52.43%
B = 24.86%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#2A612E (or 0x2A612E) is known color: Parsley. HEX triplet: 2A, 61 and 2E. RGB value is (42,97,46). Sum of RGB (Red+Green+Blue) = 42+97+46=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #2A612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A612E is #D59ED1. Grayscale: #4A4A4A. Windows color (decimal): -13999826 or 3039530. OLE color: 3039530.

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

Color convert

RGB 42 97 46 -
CMYK 0.57 0 0.53 0.62
HSL 124.36º 0.4% 0.27% -
HSV(B) 124.36º 0.57% 0.38% -
XYZ 5.72 9.24 4.07 -
YUV 74.74 111.78 104.65 -
System Red Green Blue C M Y K H S L
Decimal 42 97 46 0.57 0 0.53 0.62 124.36 0.4 0.27
Hex 2A 61 2E 39 0 35 3E 7C 28 1B
Octal 52 141 56 71 0 65 76 174 50 33
Binary 101010 1100001 101110 111001 0 110101 111110 1111100 101000 11011

Color Harmonies of #2A612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A612E

Black with #2A612E

Text Example


Text Example

White with #2A612E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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