#28602A

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

Shades of Parsley #28602A

Tints of Parsley #28602A

Color information

#28602A (or 0x28602A) is unknown color: approx Parsley. HEX triplet: 28, 60 and 2A. RGB value is (40,96,42). Sum of RGB (Red+Green+Blue) = 40+96+42=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #28602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28602A is #D79FD5. Grayscale: #494949. Windows color (decimal): -14131158 or 2777128. OLE color: 2777128.

HSL color Cylindrical-coordinate representation of color #28602A: hue angle of 122.14º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28602A is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB409642-
CMYK0.5800.560.62
HSL122.14º41.18%26.67%-
HSV(B)122.14º58.33%37.65%-
XYZ5.488.983.64-
YUV73.1110.45104.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.47%
GREEN value IS 96 (37.89% from 255) = 53.93%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=22.47%
G=53.93%
B=23.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4096420.5800.560.62122.1441.1826.67
Hex28602A3A0383E7a291b
Octal501405272070761725133
Binary10100011000001010101110100111000111110111101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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