#30873D

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

Shades of Japanese Laurel #30873D

Tints of Japanese Laurel #30873D

Color information

#30873D (or 0x30873D) is unknown color: approx Japanese Laurel. HEX triplet: 30, 87 and 3D. RGB value is (48,135,61). Sum of RGB (Red+Green+Blue) = 48+135+61=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #30873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30873D is #CF78C2. Grayscale: #646464. Windows color (decimal): -13596867 or 4032304. OLE color: 4032304.

HSL color Cylindrical-coordinate representation of color #30873D: hue angle of 128.97º 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 #30873D is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB4813561-
CMYK0.6400.550.47
HSL128.97º47.54%35.88%-
HSV(B)128.97º64.44%52.94%-
XYZ10.7318.297.38-
YUV100.55105.6890.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 135 (53.12% from 255) = 55.33%
BLUE value IS 61 (24.22% from 255) = 25%
R=19.67%
G=55.33%
B=25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48135610.6400.550.47128.9747.5435.88
Hex30873D400372F813024
Octal6020775100067572016044
Binary110000100001111111011000000011011110111110000001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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