#28883F

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

Shades of Japanese Laurel #28883F

Tints of Japanese Laurel #28883F

Color information

#28883F (or 0x28883F) is unknown color: approx Japanese Laurel. HEX triplet: 28, 88 and 3F. RGB value is (40,136,63). Sum of RGB (Red+Green+Blue) = 40+136+63=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #28883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28883F is #D777C0. Grayscale: #636363. Windows color (decimal): -14120897 or 4163624. OLE color: 4163624.

HSL color Cylindrical-coordinate representation of color #28883F: hue angle of 134.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28883F is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB4013663-
CMYK0.7100.540.47
HSL134.38º54.55%34.51%-
HSV(B)134.38º70.59%53.33%-
XYZ10.5818.427.7-
YUV98.97107.785.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.74%
GREEN value IS 136 (53.52% from 255) = 56.90%
BLUE value IS 63 (25% from 255) = 26.36%
R=16.74%
G=56.90%
B=26.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40136630.7100.540.47134.3854.5534.51
Hex28883F470362F863723
Octal5021077107066572066743
Binary101000100010001111111000111011011010111110000110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,136,63); }

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

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

 a { background-color: rgb(40,136,63); }

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

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

 span { border-color: rgb(40,136,63); }

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