#265A2B

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

Shades of Parsley #265A2B

Tints of Parsley #265A2B

Color information

#265A2B (or 0x265A2B) is unknown color: approx Parsley. HEX triplet: 26, 5A and 2B. RGB value is (38,90,43). Sum of RGB (Red+Green+Blue) = 38+90+43=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #265A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A2B is #D9A5D4. Grayscale: #454545. Windows color (decimal): -14263765 or 2841126. OLE color: 2841126.

HSL color Cylindrical-coordinate representation of color #265A2B: hue angle of 125.77º 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 #265A2B is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB389043-
CMYK0.5800.520.65
HSL125.77º40.62%25.1%-
HSV(B)125.77º57.78%35.29%-
XYZ4.897.93.55-
YUV69.09113.27105.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.22%
GREEN value IS 90 (35.55% from 255) = 52.63%
BLUE value IS 43 (17.19% from 255) = 25.15%
R=22.22%
G=52.63%
B=25.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3890430.5800.520.65125.7740.6225.1
Hex265A2B3A034417e2919
Octal4613253720641011765131
Binary100110101101010101111101001101001000001111111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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