#265A2A

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

Shades of Parsley #265A2A

Tints of Parsley #265A2A

Color information

#265A2A (or 0x265A2A) is unknown color: approx Parsley. HEX triplet: 26, 5A and 2A. RGB value is (38,90,42). Sum of RGB (Red+Green+Blue) = 38+90+42=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #265A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A2A is #D9A5D5. Grayscale: #454545. Windows color (decimal): -14263766 or 2775590. OLE color: 2775590.

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

Color convert

RGB389042-
CMYK0.5800.530.65
HSL124.62º40.62%25.1%-
HSV(B)124.62º57.78%35.29%-
XYZ4.877.893.46-
YUV68.98112.77105.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.35%
GREEN value IS 90 (35.55% from 255) = 52.94%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=22.35%
G=52.94%
B=24.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3890420.5800.530.65124.6240.6225.1
Hex265A2A3A035417d2919
Octal4613252720651011755131
Binary100110101101010101011101001101011000001111110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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