#28843D

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

Shades of Japanese Laurel #28843D

Tints of Japanese Laurel #28843D

Color information

#28843D (or 0x28843D) is unknown color: approx Japanese Laurel. HEX triplet: 28, 84 and 3D. RGB value is (40,132,61). Sum of RGB (Red+Green+Blue) = 40+132+61=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #28843D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28843D is #D77BC2. Grayscale: #606060. Windows color (decimal): -14121923 or 4031528. OLE color: 4031528.

HSL color Cylindrical-coordinate representation of color #28843D: hue angle of 133.7º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28843D is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB4013261-
CMYK0.7000.540.48
HSL133.7º53.49%33.73%-
HSV(B)133.7º69.7%51.76%-
XYZ9.9717.297.23-
YUV96.4108.0287.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 132 (51.95% from 255) = 56.65%
BLUE value IS 61 (24.22% from 255) = 26.18%
R=17.17%
G=56.65%
B=26.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40132610.7000.540.48133.753.4933.73
Hex28843D4603630863522
Octal5020475106066602066542
Binary101000100001001111011000110011011011000010000110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28843D; }

 p { color: rgb(40,132,61); }

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

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

 a { background-color: rgb(40,132,61); }

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

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

 span { border-color: rgb(40,132,61); }

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