#26602A

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

Shades of Parsley #26602A

Tints of Parsley #26602A

Color information

#26602A (or 0x26602A) is unknown color: approx Parsley. HEX triplet: 26, 60 and 2A. RGB value is (38,96,42). Sum of RGB (Red+Green+Blue) = 38+96+42=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #26602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26602A is #D99FD5. Grayscale: #484848. Windows color (decimal): -14262230 or 2777126. OLE color: 2777126.

HSL color Cylindrical-coordinate representation of color #26602A: hue angle of 124.14º 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 #26602A is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB389642-
CMYK0.6000.560.62
HSL124.14º43.28%26.27%-
HSV(B)124.14º60.42%37.65%-
XYZ5.48.943.63-
YUV72.5110.78103.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 96 (37.89% from 255) = 54.55%
BLUE value IS 42 (16.80% from 255) = 23.86%
R=21.59%
G=54.55%
B=23.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3896420.6000.560.62124.1443.2826.27
Hex26602A3C0383E7c2b1a
Octal461405274070761745332
Binary10011011000001010101111000111000111110111110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26602A; }

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

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

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

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

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

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

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

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