#30813F

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

Shades of Japanese Laurel #30813F

Tints of Japanese Laurel #30813F

Color information

#30813F (or 0x30813F) is unknown color: approx Japanese Laurel. HEX triplet: 30, 81 and 3F. RGB value is (48,129,63). Sum of RGB (Red+Green+Blue) = 48+129+63=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #30813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30813F is #CF7EC0. Grayscale: #616161. Windows color (decimal): -13598401 or 4161840. OLE color: 4161840.

HSL color Cylindrical-coordinate representation of color #30813F: hue angle of 131.11º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30813F is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB4812963-
CMYK0.6300.510.49
HSL131.11º45.76%34.71%-
HSV(B)131.11º62.79%50.59%-
XYZ9.9716.697.4-
YUV97.26108.6692.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 129 (50.78% from 255) = 53.75%
BLUE value IS 63 (25% from 255) = 26.25%
R=20%
G=53.75%
B=26.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129630.6300.510.49131.1145.7634.71
Hex30813F3F03331832e23
Octal602017777063612035643
Binary11000010000001111111111111011001111000110000011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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