#28602F

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

Shades of Parsley #28602F

Tints of Parsley #28602F

Color information

#28602F (or 0x28602F) is unknown color: approx Parsley. HEX triplet: 28, 60 and 2F. RGB value is (40,96,47). Sum of RGB (Red+Green+Blue) = 40+96+47=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #28602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28602F is #D79FD0. Grayscale: #494949. Windows color (decimal): -14131153 or 3104808. OLE color: 3104808.

HSL color Cylindrical-coordinate representation of color #28602F: hue angle of 127.5º 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 #28602F is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB409647-
CMYK0.5800.510.62
HSL127.5º41.18%26.67%-
HSV(B)127.5º58.33%37.65%-
XYZ5.579.024.14-
YUV73.67112.95103.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 96 (37.89% from 255) = 52.46%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=21.86%
G=52.46%
B=25.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4096470.5800.510.62127.541.1826.67
Hex28602F3A0333E80291b
Octal501405772063762005133
Binary101000110000010111111101001100111111101000000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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