#264F29

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

Shades of Parsley #264F29

Tints of Parsley #264F29

Color information

#264F29 (or 0x264F29) is unknown color: approx Parsley. HEX triplet: 26, 4F and 29. RGB value is (38,79,41). Sum of RGB (Red+Green+Blue) = 38+79+41=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #264F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264F29 is #D9B0D6. Grayscale: #3E3E3E. Windows color (decimal): -14266583 or 2707238. OLE color: 2707238.

HSL color Cylindrical-coordinate representation of color #264F29: hue angle of 124.39º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #264F29 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB387941-
CMYK0.5200.480.69
HSL124.39º35.04%22.94%-
HSV(B)124.39º51.9%30.98%-
XYZ46.163.08-
YUV62.41115.92110.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.05%
GREEN value IS 79 (31.25% from 255) = 50%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=24.05%
G=50%
B=25.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3879410.5200.480.69124.3935.0422.94
Hex264F2934030457c2317
Octal4611751640601051744327
Binary100110100111110100111010001100001000101111110010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264F29; }

 p { color: rgb(38,79,41); }

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

<style>
 a { background-color: #264F29; }

 a { background-color: rgb(38,79,41); }

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

<style>
 span { border-color: #264F29; }

 span { border-color: rgb(38,79,41); }

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