Html Css Color HEX #295C2D Parsley

📋 copy color: '#295C2D'

red 41 ◦ green 92 ◦ blue 45

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

Shades of Parsley #295C2D

Tints of Parsley #295C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.28%

R = 23.03%
G = 51.69%
B = 25.28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#295C2D (or 0x295C2D) is known color: Parsley. HEX triplet: 29, 5C and 2D. RGB value is (41,92,45). Sum of RGB (Red+Green+Blue) = 41+92+45=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 92 (36.33% from 255 or 51.69% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 92 - color contains mainly: green. Hex color #295C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C2D is #D6A3D2. Grayscale: #474747. Windows color (decimal): -14066643 or 2972713. OLE color: 2972713.

HSL color Cylindrical-coordinate representation of color #295C2D: hue angle of 124.71º 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 #295C2D is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 92 45 -
CMYK 0.55 0 0.51 0.64
HSL 124.71º 0.38% 0.26% -
HSV(B) 124.71º 0.55% 0.36% -
XYZ 5.22 8.32 3.81 -
YUV 71.39 113.1 106.32 -
System Red Green Blue C M Y K H S L
Decimal 41 92 45 0.55 0 0.51 0.64 124.71 0.38 0.26
Hex 29 5C 2D 37 0 33 40 7D 26 1A
Octal 51 134 55 67 0 63 100 175 46 32
Binary 101001 1011100 101101 110111 0 110011 1000000 1111101 100110 11010

Color Harmonies of #295C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C2D

Black with #295C2D

Text Example


Text Example

White with #295C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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