#265A29

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

Shades of Parsley #265A29

Tints of Parsley #265A29

Color information

#265A29 (or 0x265A29) is unknown color: approx Parsley. HEX triplet: 26, 5A and 29. RGB value is (38,90,41). Sum of RGB (Red+Green+Blue) = 38+90+41=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #265A29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A29 is #D9A5D6. Grayscale: #454545. Windows color (decimal): -14263767 or 2710054. OLE color: 2710054.

HSL color Cylindrical-coordinate representation of color #265A29: hue angle of 123.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265A29 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB389041-
CMYK0.5800.540.65
HSL123.46º40.62%25.1%-
HSV(B)123.46º57.78%35.29%-
XYZ4.867.883.36-
YUV68.87112.27105.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.49%
GREEN value IS 90 (35.55% from 255) = 53.25%
BLUE value IS 41 (16.41% from 255) = 24.26%
R=22.49%
G=53.25%
B=24.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3890410.5800.540.65123.4640.6225.1
Hex265A293A036417b2919
Octal4613251720661011735131
Binary100110101101010100111101001101101000001111101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265A29; }

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

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

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

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

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

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

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

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