#30873F

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

Shades of Japanese Laurel #30873F

Tints of Japanese Laurel #30873F

Color information

#30873F (or 0x30873F) is unknown color: approx Japanese Laurel. HEX triplet: 30, 87 and 3F. RGB value is (48,135,63). Sum of RGB (Red+Green+Blue) = 48+135+63=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #30873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30873F is #CF78C0. Grayscale: #646464. Windows color (decimal): -13596865 or 4163376. OLE color: 4163376.

HSL color Cylindrical-coordinate representation of color #30873F: hue angle of 130.34º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30873F is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB4813563-
CMYK0.6400.530.47
HSL130.34º47.54%35.88%-
HSV(B)130.34º64.44%52.94%-
XYZ10.7818.327.67-
YUV100.78106.6890.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 135 (53.12% from 255) = 54.88%
BLUE value IS 63 (25% from 255) = 25.61%
R=19.51%
G=54.88%
B=25.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48135630.6400.530.47130.3447.5435.88
Hex30873F400352F823024
Octal6020777100065572026044
Binary110000100001111111111000000011010110111110000010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,135,63); }

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

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

 a { background-color: rgb(48,135,63); }

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

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

 span { border-color: rgb(48,135,63); }

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