#266028

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

Shades of Parsley #266028

Tints of Parsley #266028

Color information

#266028 (or 0x266028) is unknown color: approx Parsley. HEX triplet: 26, 60 and 28. RGB value is (38,96,40). Sum of RGB (Red+Green+Blue) = 38+96+40=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #266028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266028 is #D99FD7. Grayscale: #484848. Windows color (decimal): -14262232 or 2646054. OLE color: 2646054.

HSL color Cylindrical-coordinate representation of color #266028: hue angle of 122.07º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #266028 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB389640-
CMYK0.6000.580.62
HSL122.07º43.28%26.27%-
HSV(B)122.07º60.42%37.65%-
XYZ5.378.933.45-
YUV72.27109.78103.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.84%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=21.84%
G=55.17%
B=22.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3896400.6000.580.62122.0743.2826.27
Hex2660283C03A3E7a2b1a
Octal461405074072761725332
Binary10011011000001010001111000111010111110111101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266028; }

 p { color: rgb(38,96,40); }

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

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

 a { background-color: rgb(38,96,40); }

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

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

 span { border-color: rgb(38,96,40); }

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