Html Css Color HEX #2A632F Parsley

📋 copy color: '#2A632F'

red 42 ◦ green 99 ◦ blue 47

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

Shades of Parsley #2A632F

Tints of Parsley #2A632F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25%

R = 22.34%
G = 52.66%
B = 25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#2A632F (or 0x2A632F) is known color: Parsley. HEX triplet: 2A, 63 and 2F. RGB value is (42,99,47). Sum of RGB (Red+Green+Blue) = 42+99+47=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #2A632F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A632F is #D59CD0. Grayscale: #4C4C4C. Windows color (decimal): -13999313 or 3105578. OLE color: 3105578.

HSL color Cylindrical-coordinate representation of color #2A632F: hue angle of 125.26º 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 #2A632F is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 42 99 47 -
CMYK 0.58 0 0.53 0.61
HSL 125.26º 0.4% 0.28% -
HSV(B) 125.26º 0.58% 0.39% -
XYZ 5.93 9.62 4.23 -
YUV 76.03 111.62 103.73 -
System Red Green Blue C M Y K H S L
Decimal 42 99 47 0.58 0 0.53 0.61 125.26 0.4 0.28
Hex 2A 63 2F 3A 0 35 3D 7D 28 1C
Octal 52 143 57 72 0 65 75 175 50 34
Binary 101010 1100011 101111 111010 0 110101 111101 1111101 101000 11100

Color Harmonies of #2A632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A632F

Black with #2A632F

Text Example


Text Example

White with #2A632F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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