Html Css Color HEX #296134 Parsley

📋 copy color: '#296134'

red 41 ◦ green 97 ◦ blue 52

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

Shades of Parsley #296134

Tints of Parsley #296134

RGB

 RED value IS 41 (16.41% from 255) = 21.58%

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

 BLUE value IS 52 (20.7% from 255) = 27.37%

R = 21.58%
G = 51.05%
B = 27.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#296134 (or 0x296134) is known color: Parsley. HEX triplet: 29, 61 and 34. RGB value is (41,97,52). Sum of RGB (Red+Green+Blue) = 41+97+52=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #296134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296134 is #D69ECB. Grayscale: #4B4B4B. Windows color (decimal): -14065356 or 3432745. OLE color: 3432745.

HSL color Cylindrical-coordinate representation of color #296134: hue angle of 131.79º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #296134 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 97 52 -
CMYK 0.58 0 0.46 0.62
HSL 131.79º 0.41% 0.27% -
HSV(B) 131.79º 0.58% 0.38% -
XYZ 5.81 9.27 4.73 -
YUV 75.13 114.95 103.66 -
System Red Green Blue C M Y K H S L
Decimal 41 97 52 0.58 0 0.46 0.62 131.79 0.41 0.27
Hex 29 61 34 3A 0 2E 3E 84 29 1B
Octal 51 141 64 72 0 56 76 204 51 33
Binary 101001 1100001 110100 111010 0 101110 111110 10000100 101001 11011

Color Harmonies of #296134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296134

Black with #296134

Text Example


Text Example

White with #296134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296134; }

 p { color: rgb(41,97,52); }

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

background-color css

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

 a { background-color: rgb(41,97,52); }

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

border-color css

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

 span { border-color: rgb(41,97,52); }

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