#265B2C

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

Shades of Parsley #265B2C

Tints of Parsley #265B2C

Color information

#265B2C (or 0x265B2C) is unknown color: approx Parsley. HEX triplet: 26, 5B and 2C. RGB value is (38,91,44). Sum of RGB (Red+Green+Blue) = 38+91+44=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #265B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265B2C is #D9A4D3. Grayscale: #454545. Windows color (decimal): -14263508 or 2906918. OLE color: 2906918.

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

Color convert

RGB389144-
CMYK0.5800.520.64
HSL126.79º41.09%25.29%-
HSV(B)126.79º58.24%35.69%-
XYZ58.083.68-
YUV69.8113.44105.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 91 (35.94% from 255) = 52.60%
BLUE value IS 44 (17.58% from 255) = 25.43%
R=21.97%
G=52.60%
B=25.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3891440.5800.520.64126.7941.0925.29
Hex265B2C3A034407f2919
Octal4613354720641001775131
Binary100110101101110110011101001101001000000111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,91,44); }

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

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

 a { background-color: rgb(38,91,44); }

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

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

 span { border-color: rgb(38,91,44); }

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