Html Css Color HEX #295030 Parsley

📋 copy color: '#295030'

red 41 ◦ green 80 ◦ blue 48

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

Shades of Parsley #295030

Tints of Parsley #295030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.34%

 BLUE value IS 48 (19.14% from 255) = 28.4%

R = 24.26%
G = 47.34%
B = 28.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#295030 (or 0x295030) is known color: Parsley. HEX triplet: 29, 50 and 30. RGB value is (41,80,48). Sum of RGB (Red+Green+Blue) = 41+80+48=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #295030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295030 is #D6AFCF. Grayscale: #404040. Windows color (decimal): -14069712 or 3166249. OLE color: 3166249.

HSL color Cylindrical-coordinate representation of color #295030: hue angle of 130.77º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #295030 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 48 -
CMYK 0.49 0 0.40 0.69
HSL 130.77º 0.32% 0.24% -
HSV(B) 130.77º 0.49% 0.31% -
XYZ 4.32 6.42 3.81 -
YUV 64.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 41 80 48 0.49 0 0.40 0.69 130.77 0.32 0.24
Hex 29 50 30 31 0 28 45 83 20 18
Octal 51 120 60 61 0 50 105 203 40 30
Binary 101001 1010000 110000 110001 0 101000 1000101 10000011 100000 11000

Color Harmonies of #295030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295030

Black with #295030

Text Example


Text Example

White with #295030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295030; }

 p { color: rgb(41,80,48); }

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

background-color css

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

 a { background-color: rgb(41,80,48); }

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

border-color css

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

 span { border-color: rgb(41,80,48); }

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