#30842B

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

Shades of Japanese Laurel #30842B

Tints of Japanese Laurel #30842B

Color information

#30842B (or 0x30842B) is unknown color: approx Japanese Laurel. HEX triplet: 30, 84 and 2B. RGB value is (48,132,43). Sum of RGB (Red+Green+Blue) = 48+132+43=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #30842B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30842B is #CF7BD4. Grayscale: #616161. Windows color (decimal): -13597653 or 2851888. OLE color: 2851888.

HSL color Cylindrical-coordinate representation of color #30842B: hue angle of 116.63º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30842B is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB4813243-
CMYK0.6400.670.48
HSL116.63º50.86%34.31%-
HSV(B)116.63º67.42%51.76%-
XYZ9.9117.315.1-
YUV96.7497.6793.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 132 (51.95% from 255) = 59.19%
BLUE value IS 43 (17.19% from 255) = 19.28%
R=21.52%
G=59.19%
B=19.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48132430.6400.670.48116.6350.8634.31
Hex30842B4004330753322
Octal60204531000103601656342
Binary110000100001001010111000000010000111100001110101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30842B; }

 p { color: rgb(48,132,43); }

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

<style>
 a { background-color: #30842B; }

 a { background-color: rgb(48,132,43); }

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

<style>
 span { border-color: #30842B; }

 span { border-color: rgb(48,132,43); }

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