#28813E

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

Shades of Japanese Laurel #28813E

Tints of Japanese Laurel #28813E

Color information

#28813E (or 0x28813E) is unknown color: approx Japanese Laurel. HEX triplet: 28, 81 and 3E. RGB value is (40,129,62). Sum of RGB (Red+Green+Blue) = 40+129+62=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #28813E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28813E is #D77EC1. Grayscale: #5E5E5E. Windows color (decimal): -14122690 or 4096296. OLE color: 4096296.

HSL color Cylindrical-coordinate representation of color #28813E: hue angle of 134.83º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28813E is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB4012962-
CMYK0.6900.520.49
HSL134.83º52.66%33.14%-
HSV(B)134.83º68.99%50.59%-
XYZ9.5916.57.24-
YUV94.75109.5188.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.32%
GREEN value IS 129 (50.78% from 255) = 55.84%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=17.32%
G=55.84%
B=26.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40129620.6900.520.49134.8352.6633.14
Hex28813E4503431873521
Octal5020176105064612076541
Binary101000100000011111101000101011010011000110000111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28813E; }

 p { color: rgb(40,129,62); }

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

<style>
 a { background-color: #28813E; }

 a { background-color: rgb(40,129,62); }

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

<style>
 span { border-color: #28813E; }

 span { border-color: rgb(40,129,62); }

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