#28832F

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

Shades of Japanese Laurel #28832F

Tints of Japanese Laurel #28832F

Color information

#28832F (or 0x28832F) is unknown color: approx Japanese Laurel. HEX triplet: 28, 83 and 2F. RGB value is (40,131,47). Sum of RGB (Red+Green+Blue) = 40+131+47=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 131 (51.56% from 255 or 60.09% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 131 - color contains mainly: green. Hex color #28832F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28832F is #D77CD0. Grayscale: #5E5E5E. Windows color (decimal): -14122193 or 3113768. OLE color: 3113768.

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

Color convert

RGB4013147-
CMYK0.6900.640.49
HSL124.62º53.22%33.53%-
HSV(B)124.62º69.47%51.37%-
XYZ9.516.895.45-
YUV94.21101.3589.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 131 (51.56% from 255) = 60.09%
BLUE value IS 47 (18.75% from 255) = 21.56%
R=18.35%
G=60.09%
B=21.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40131470.6900.640.49124.6253.2233.53
Hex28832F45040317d3522
Octal50203571050100611756542
Binary101000100000111011111000101010000001100011111101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28832F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,131,47); }

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

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

 a { background-color: rgb(40,131,47); }

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

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

 span { border-color: rgb(40,131,47); }

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