#265D29

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

Shades of Parsley #265D29

Tints of Parsley #265D29

Color information

#265D29 (or 0x265D29) is unknown color: approx Parsley. HEX triplet: 26, 5D and 29. RGB value is (38,93,41). Sum of RGB (Red+Green+Blue) = 38+93+41=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #265D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265D29 is #D9A2D6. Grayscale: #464646. Windows color (decimal): -14262999 or 2710822. OLE color: 2710822.

HSL color Cylindrical-coordinate representation of color #265D29: hue angle of 123.27º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265D29 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB389341-
CMYK0.5900.560.64
HSL123.27º41.98%25.69%-
HSV(B)123.27º59.14%36.47%-
XYZ5.118.43.45-
YUV70.63111.28104.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 93 (36.72% from 255) = 54.07%
BLUE value IS 41 (16.41% from 255) = 23.84%
R=22.09%
G=54.07%
B=23.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3893410.5900.560.64123.2741.9825.69
Hex265D293B038407b2a1a
Octal4613551730701001735232
Binary100110101110110100111101101110001000000111101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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