#28873A

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

Shades of Japanese Laurel #28873A

Tints of Japanese Laurel #28873A

Color information

#28873A (or 0x28873A) is unknown color: approx Japanese Laurel. HEX triplet: 28, 87 and 3A. RGB value is (40,135,58). Sum of RGB (Red+Green+Blue) = 40+135+58=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #28873A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28873A is #D778C5. Grayscale: #626262. Windows color (decimal): -14121158 or 3835688. OLE color: 3835688.

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

Color convert

RGB4013558-
CMYK0.7000.570.47
HSL131.37º54.29%34.31%-
HSV(B)131.37º70.37%52.94%-
XYZ10.318.086.95-
YUV97.82105.5386.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 135 (53.12% from 255) = 57.94%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=17.17%
G=57.94%
B=24.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40135580.7000.570.47131.3754.2934.31
Hex28873A460392F833622
Octal5020772106071572036642
Binary101000100001111110101000110011100110111110000011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,135,58); }

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

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

 a { background-color: rgb(40,135,58); }

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

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

 span { border-color: rgb(40,135,58); }

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