Html Css Color HEX #295630 Parsley

📋 copy color: '#295630'

red 41 ◦ green 86 ◦ blue 48

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

Shades of Parsley #295630

Tints of Parsley #295630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 49.14%

 BLUE value IS 48 (19.14% from 255) = 27.43%

R = 23.43%
G = 49.14%
B = 27.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#295630 (or 0x295630) is known color: Parsley. HEX triplet: 29, 56 and 30. RGB value is (41,86,48). Sum of RGB (Red+Green+Blue) = 41+86+48=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #295630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295630 is #D6A9CF. Grayscale: #444444. Windows color (decimal): -14068176 or 3167785. OLE color: 3167785.

HSL color Cylindrical-coordinate representation of color #295630: hue angle of 129.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #295630 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 86 48 -
CMYK 0.52 0 0.44 0.66
HSL 129.33º 0.35% 0.25% -
HSV(B) 129.33º 0.52% 0.34% -
XYZ 4.78 7.34 3.96 -
YUV 68.21 116.59 108.59 -
System Red Green Blue C M Y K H S L
Decimal 41 86 48 0.52 0 0.44 0.66 129.33 0.35 0.25
Hex 29 56 30 34 0 2C 42 81 23 19
Octal 51 126 60 64 0 54 102 201 43 31
Binary 101001 1010110 110000 110100 0 101100 1000010 10000001 100011 11001

Color Harmonies of #295630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295630

Black with #295630

Text Example


Text Example

White with #295630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295630; }

 p { color: rgb(41,86,48); }

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

background-color css

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

 a { background-color: rgb(41,86,48); }

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

border-color css

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

 span { border-color: rgb(41,86,48); }

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