Html Css Color HEX #295C35 Parsley

📋 copy color: '#295C35'

red 41 ◦ green 92 ◦ blue 53

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

Shades of Parsley #295C35

Tints of Parsley #295C35

RGB

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

 GREEN value IS 92 (36.33% from 255) = 49.46%

 BLUE value IS 53 (21.09% from 255) = 28.49%

R = 22.04%
G = 49.46%
B = 28.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#295C35 (or 0x295C35) is known color: Parsley. HEX triplet: 29, 5C and 35. RGB value is (41,92,53). Sum of RGB (Red+Green+Blue) = 41+92+53=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 92 (36.33% from 255 or 49.46% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 92 - color contains mainly: green. Hex color #295C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C35 is #D6A3CA. Grayscale: #484848. Windows color (decimal): -14066635 or 3497001. OLE color: 3497001.

HSL color Cylindrical-coordinate representation of color #295C35: hue angle of 134.12º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295C35 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 92 53 -
CMYK 0.55 0 0.42 0.64
HSL 134.12º 0.38% 0.26% -
HSV(B) 134.12º 0.55% 0.36% -
XYZ 5.38 8.38 4.7 -
YUV 72.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 41 92 53 0.55 0 0.42 0.64 134.12 0.38 0.26
Hex 29 5C 35 37 0 2A 40 86 26 1A
Octal 51 134 65 67 0 52 100 206 46 32
Binary 101001 1011100 110101 110111 0 101010 1000000 10000110 100110 11010

Color Harmonies of #295C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C35

Black with #295C35

Text Example


Text Example

White with #295C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295C35; }

 p { color: rgb(41,92,53); }

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

background-color css

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

 a { background-color: rgb(41,92,53); }

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

border-color css

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

 span { border-color: rgb(41,92,53); }

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