Html Css Color HEX #295F2D Parsley

📋 copy color: '#295F2D'

red 41 ◦ green 95 ◦ blue 45

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

Shades of Parsley #295F2D

Tints of Parsley #295F2D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 52.49%

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

R = 22.65%
G = 52.49%
B = 24.86%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.53

 K value IS 0.63

RGB Variations

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

Color information

#295F2D (or 0x295F2D) is known color: Parsley. HEX triplet: 29, 5F and 2D. RGB value is (41,95,45). Sum of RGB (Red+Green+Blue) = 41+95+45=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 95 (37.5% from 255 or 52.49% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 95 - color contains mainly: green. Hex color #295F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F2D is #D6A0D2. Grayscale: #494949. Windows color (decimal): -14065875 or 2973481. OLE color: 2973481.

HSL color Cylindrical-coordinate representation of color #295F2D: hue angle of 124.44º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F2D is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 95 45 -
CMYK 0.57 0 0.53 0.63
HSL 124.44º 0.4% 0.27% -
HSV(B) 124.44º 0.57% 0.37% -
XYZ 5.48 8.85 3.9 -
YUV 73.15 112.11 105.07 -
System Red Green Blue C M Y K H S L
Decimal 41 95 45 0.57 0 0.53 0.63 124.44 0.4 0.27
Hex 29 5F 2D 39 0 35 3F 7C 28 1B
Octal 51 137 55 71 0 65 77 174 50 33
Binary 101001 1011111 101101 111001 0 110101 111111 1111100 101000 11011

Color Harmonies of #295F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F2D

Black with #295F2D

Text Example


Text Example

White with #295F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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