#265E2D

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

Shades of Parsley #265E2D

Tints of Parsley #265E2D

Color information

#265E2D (or 0x265E2D) is unknown color: approx Parsley. HEX triplet: 26, 5E and 2D. RGB value is (38,94,45). Sum of RGB (Red+Green+Blue) = 38+94+45=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #265E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265E2D is #D9A1D2. Grayscale: #474747. Windows color (decimal): -14262739 or 2973222. OLE color: 2973222.

HSL color Cylindrical-coordinate representation of color #265E2D: hue angle of 127.5º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265E2D is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.

Color convert

RGB389445-
CMYK0.6000.520.63
HSL127.5º42.42%25.88%-
HSV(B)127.5º59.57%36.86%-
XYZ5.288.613.87-
YUV71.67112.95103.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 94 (37.11% from 255) = 53.11%
BLUE value IS 45 (17.97% from 255) = 25.42%
R=21.47%
G=53.11%
B=25.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3894450.6000.520.63127.542.4225.88
Hex265E2D3C0343F802a1a
Octal461365574064772005232
Binary100110101111010110111110001101001111111000000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,94,45); }

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

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

 a { background-color: rgb(38,94,45); }

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

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

 span { border-color: rgb(38,94,45); }

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