Html Css Color HEX #295F33 Parsley

📋 copy color: '#295F33'

red 41 ◦ green 95 ◦ blue 51

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

Shades of Parsley #295F33

Tints of Parsley #295F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 21.93%
G = 50.8%
B = 27.27%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.63

RGB Variations

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

Color information

#295F33 (or 0x295F33) is known color: Parsley. HEX triplet: 29, 5F and 33. RGB value is (41,95,51). Sum of RGB (Red+Green+Blue) = 41+95+51=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #295F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F33 is #D6A0CC. Grayscale: #494949. Windows color (decimal): -14065869 or 3366697. OLE color: 3366697.

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

Color convert

RGB 41 95 51 -
CMYK 0.57 0 0.46 0.63
HSL 131.11º 0.4% 0.27% -
HSV(B) 131.11º 0.57% 0.37% -
XYZ 5.6 8.89 4.55 -
YUV 73.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 41 95 51 0.57 0 0.46 0.63 131.11 0.4 0.27
Hex 29 5F 33 39 0 2E 3F 83 28 1B
Octal 51 137 63 71 0 56 77 203 50 33
Binary 101001 1011111 110011 111001 0 101110 111111 10000011 101000 11011

Color Harmonies of #295F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F33

Black with #295F33

Text Example


Text Example

White with #295F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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