Html Css Color HEX #296334 Parsley

📋 copy color: '#296334'

red 41 ◦ green 99 ◦ blue 52

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

Shades of Parsley #296334

Tints of Parsley #296334

RGB

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

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

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

R = 21.35%
G = 51.56%
B = 27.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#296334 (or 0x296334) is known color: Parsley. HEX triplet: 29, 63 and 34. RGB value is (41,99,52). Sum of RGB (Red+Green+Blue) = 41+99+52=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #296334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296334 is #D69CCB. Grayscale: #4C4C4C. Windows color (decimal): -14064844 or 3433257. OLE color: 3433257.

HSL color Cylindrical-coordinate representation of color #296334: hue angle of 131.38º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296334 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 99 52 -
CMYK 0.59 0 0.47 0.61
HSL 131.38º 0.41% 0.27% -
HSV(B) 131.38º 0.59% 0.39% -
XYZ 6 9.64 4.79 -
YUV 76.3 114.28 102.82 -
System Red Green Blue C M Y K H S L
Decimal 41 99 52 0.59 0 0.47 0.61 131.38 0.41 0.27
Hex 29 63 34 3B 0 2F 3D 83 29 1B
Octal 51 143 64 73 0 57 75 203 51 33
Binary 101001 1100011 110100 111011 0 101111 111101 10000011 101001 11011

Color Harmonies of #296334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296334

Black with #296334

Text Example


Text Example

White with #296334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296334; }

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

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

background-color css

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

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

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

border-color css

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

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

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