Html Css Color HEX #295A30 Parsley

📋 copy color: '#295A30'

red 41 ◦ green 90 ◦ blue 48

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

Shades of Parsley #295A30

Tints of Parsley #295A30

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50.28%

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

R = 22.91%
G = 50.28%
B = 26.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#295A30 (or 0x295A30) is known color: Parsley. HEX triplet: 29, 5A and 30. RGB value is (41,90,48). Sum of RGB (Red+Green+Blue) = 41+90+48=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #295A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A30 is #D6A5CF. Grayscale: #464646. Windows color (decimal): -14067152 or 3168809. OLE color: 3168809.

HSL color Cylindrical-coordinate representation of color #295A30: hue angle of 128.57º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295A30 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 90 48 -
CMYK 0.54 0 0.47 0.65
HSL 128.57º 0.37% 0.26% -
HSV(B) 128.57º 0.54% 0.35% -
XYZ 5.1 8 4.07 -
YUV 70.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 41 90 48 0.54 0 0.47 0.65 128.57 0.37 0.26
Hex 29 5A 30 36 0 2F 41 81 25 1A
Octal 51 132 60 66 0 57 101 201 45 32
Binary 101001 1011010 110000 110110 0 101111 1000001 10000001 100101 11010

Color Harmonies of #295A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A30

Black with #295A30

Text Example


Text Example

White with #295A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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