#28823F

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

Shades of Japanese Laurel #28823F

Tints of Japanese Laurel #28823F

Color information

#28823F (or 0x28823F) is unknown color: approx Japanese Laurel. HEX triplet: 28, 82 and 3F. RGB value is (40,130,63). Sum of RGB (Red+Green+Blue) = 40+130+63=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #28823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28823F is #D77DC0. Grayscale: #5F5F5F. Windows color (decimal): -14122433 or 4162088. OLE color: 4162088.

HSL color Cylindrical-coordinate representation of color #28823F: hue angle of 135.33º 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 #28823F is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB4013063-
CMYK0.6900.520.49
HSL135.33º52.94%33.33%-
HSV(B)135.33º69.23%50.98%-
XYZ9.7516.787.43-
YUV95.45109.6888.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 63 (25% from 255) = 27.04%
R=17.17%
G=55.79%
B=27.04%

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
Decimal40130630.6900.520.49135.3352.9433.33
Hex28823F4503431873521
Octal5020277105064612076541
Binary101000100000101111111000101011010011000110000111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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