Html Css Color HEX #2A632E Parsley

📋 copy color: '#2A632E'

red 42 ◦ green 99 ◦ blue 46

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

Shades of Parsley #2A632E

Tints of Parsley #2A632E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.94%

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

R = 22.46%
G = 52.94%
B = 24.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#2A632E (or 0x2A632E) is known color: Parsley. HEX triplet: 2A, 63 and 2E. RGB value is (42,99,46). Sum of RGB (Red+Green+Blue) = 42+99+46=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #2A632E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A632E is #D59CD1. Grayscale: #4C4C4C. Windows color (decimal): -13999314 or 3040042. OLE color: 3040042.

HSL color Cylindrical-coordinate representation of color #2A632E: hue angle of 124.21º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A632E is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 42 99 46 -
CMYK 0.58 0 0.54 0.61
HSL 124.21º 0.4% 0.28% -
HSV(B) 124.21º 0.58% 0.39% -
XYZ 5.91 9.61 4.13 -
YUV 75.92 111.12 103.81 -
System Red Green Blue C M Y K H S L
Decimal 42 99 46 0.58 0 0.54 0.61 124.21 0.4 0.28
Hex 2A 63 2E 3A 0 36 3D 7C 28 1C
Octal 52 143 56 72 0 66 75 174 50 34
Binary 101010 1100011 101110 111010 0 110110 111101 1111100 101000 11100

Color Harmonies of #2A632E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A632E

Black with #2A632E

Text Example


Text Example

White with #2A632E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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