#28843C

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

Shades of Japanese Laurel #28843C

Tints of Japanese Laurel #28843C

Color information

#28843C (or 0x28843C) is unknown color: approx Japanese Laurel. HEX triplet: 28, 84 and 3C. RGB value is (40,132,60). Sum of RGB (Red+Green+Blue) = 40+132+60=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #28843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28843C is #D77BC3. Grayscale: #606060. Windows color (decimal): -14121924 or 3965992. OLE color: 3965992.

HSL color Cylindrical-coordinate representation of color #28843C: hue angle of 133.04º 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 #28843C is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB4013260-
CMYK0.7000.550.48
HSL133.04º53.49%33.73%-
HSV(B)133.04º69.7%51.76%-
XYZ9.9417.287.09-
YUV96.28107.5287.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.24%
GREEN value IS 132 (51.95% from 255) = 56.90%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=17.24%
G=56.90%
B=25.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40132600.7000.550.48133.0453.4933.73
Hex28843C4603730853522
Octal5020474106067602056542
Binary101000100001001111001000110011011111000010000101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28843C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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