Html Css Color HEX #295F2F Parsley

📋 copy color: '#295F2F'

red 41 ◦ green 95 ◦ blue 47

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

Shades of Parsley #295F2F

Tints of Parsley #295F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.68%

R = 22.4%
G = 51.91%
B = 25.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#295F2F (or 0x295F2F) is known color: Parsley. HEX triplet: 29, 5F and 2F. RGB value is (41,95,47). Sum of RGB (Red+Green+Blue) = 41+95+47=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 95 (37.5% from 255 or 51.91% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 95 - color contains mainly: green. Hex color #295F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F2F is #D6A0D0. Grayscale: #494949. Windows color (decimal): -14065873 or 3104553. OLE color: 3104553.

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

Color convert

RGB 41 95 47 -
CMYK 0.57 0 0.51 0.63
HSL 126.67º 0.4% 0.27% -
HSV(B) 126.67º 0.57% 0.37% -
XYZ 5.52 8.86 4.11 -
YUV 73.38 113.11 104.9 -
System Red Green Blue C M Y K H S L
Decimal 41 95 47 0.57 0 0.51 0.63 126.67 0.4 0.27
Hex 29 5F 2F 39 0 33 3F 7F 28 1B
Octal 51 137 57 71 0 63 77 177 50 33
Binary 101001 1011111 101111 111001 0 110011 111111 1111111 101000 11011

Color Harmonies of #295F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F2F

Black with #295F2F

Text Example


Text Example

White with #295F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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