Html Css Color HEX #295330 Parsley

📋 copy color: '#295330'

red 41 ◦ green 83 ◦ blue 48

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

Shades of Parsley #295330

Tints of Parsley #295330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.26%

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

R = 23.84%
G = 48.26%
B = 27.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#295330 (or 0x295330) is known color: Parsley. HEX triplet: 29, 53 and 30. RGB value is (41,83,48). Sum of RGB (Red+Green+Blue) = 41+83+48=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #295330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295330 is #D6ACCF. Grayscale: #424242. Windows color (decimal): -14068944 or 3167017. OLE color: 3167017.

HSL color Cylindrical-coordinate representation of color #295330: hue angle of 130º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295330 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 83 48 -
CMYK 0.51 0 0.42 0.67
HSL 130º 0.34% 0.24% -
HSV(B) 130º 0.51% 0.33% -
XYZ 4.54 6.87 3.88 -
YUV 66.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 41 83 48 0.51 0 0.42 0.67 130 0.34 0.24
Hex 29 53 30 33 0 2A 43 82 22 18
Octal 51 123 60 63 0 52 103 202 42 30
Binary 101001 1010011 110000 110011 0 101010 1000011 10000010 100010 11000

Color Harmonies of #295330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295330

Black with #295330

Text Example


Text Example

White with #295330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295330; }

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

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

background-color css

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

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

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

border-color css

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

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

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