#295130

Color #295130 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #295130

Tints of Parsley #295130

Color information

#295130 (or 0x295130) is unknown color: approx Parsley. HEX triplet: 29, 51 and 30. RGB value is (41,81,48). Sum of RGB (Red+Green+Blue) = 41+81+48=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #295130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295130 is #D6AECF. Grayscale: #414141. Windows color (decimal): -14069456 or 3166505. OLE color: 3166505.

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

Color convert

RGB418148-
CMYK0.4900.410.68
HSL130.5º32.79%23.92%-
HSV(B)130.5º49.38%31.76%-
XYZ4.396.573.83-
YUV65.28118.25110.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 81 (32.03% from 255) = 47.65%
BLUE value IS 48 (19.14% from 255) = 28.24%
R=24.12%
G=47.65%
B=28.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4181480.4900.410.68130.532.7923.92
Hex2951303102944822118
Octal5112160610511042024130
Binary1010011010001110000110001010100110001001000001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295130; }

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

 H1.HeaderClassName
 {
   color: #295130;
 }
 .AnyTagClassName
 {
   color: #295130;
 }
</style>
background-color css

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

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

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

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

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

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