#30822E

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

Shades of Japanese Laurel #30822E

Tints of Japanese Laurel #30822E

Color information

#30822E (or 0x30822E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 82 and 2E. RGB value is (48,130,46). Sum of RGB (Red+Green+Blue) = 48+130+46=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #30822E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30822E is #CF7DD1. Grayscale: #606060. Windows color (decimal): -13598162 or 3047984. OLE color: 3047984.

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

Color convert

RGB4813046-
CMYK0.6300.650.49
HSL118.57º47.73%34.51%-
HSV(B)118.57º64.62%50.98%-
XYZ9.6916.795.31-
YUV95.9199.8393.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 130 (51.17% from 255) = 58.04%
BLUE value IS 46 (18.36% from 255) = 20.54%
R=21.43%
G=58.04%
B=20.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48130460.6300.650.49118.5747.7334.51
Hex30822E3F04131773023
Octal6020256770101611676043
Binary11000010000010101110111111010000011100011110111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30822E; }

 p { color: rgb(48,130,46); }

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

<style>
 a { background-color: #30822E; }

 a { background-color: rgb(48,130,46); }

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

<style>
 span { border-color: #30822E; }

 span { border-color: rgb(48,130,46); }

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