#265B30

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

Shades of Parsley #265B30

Tints of Parsley #265B30

Color information

#265B30 (or 0x265B30) is unknown color: approx Parsley. HEX triplet: 26, 5B and 30. RGB value is (38,91,48). Sum of RGB (Red+Green+Blue) = 38+91+48=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #265B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265B30 is #D9A4CF. Grayscale: #464646. Windows color (decimal): -14263504 or 3169062. OLE color: 3169062.

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

Color convert

RGB389148-
CMYK0.5800.470.64
HSL131.32º41.09%25.29%-
HSV(B)131.32º58.24%35.69%-
XYZ5.078.114.09-
YUV70.25115.44105-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 91 (35.94% from 255) = 51.41%
BLUE value IS 48 (19.14% from 255) = 27.12%
R=21.47%
G=51.41%
B=27.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3891480.5800.470.64131.3241.0925.29
Hex265B303A02F40832919
Octal4613360720571002035131
Binary1001101011011110000111010010111110000001000001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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