#306E2E

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

Shades of Japanese Laurel #306E2E

Tints of Japanese Laurel #306E2E

Color information

#306E2E (or 0x306E2E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 6E and 2E. RGB value is (48,110,46). Sum of RGB (Red+Green+Blue) = 48+110+46=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 110 (43.36% from 255 or 53.92% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 110 - color contains mainly: green. Hex color #306E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306E2E is #CF91D1. Grayscale: #545454. Windows color (decimal): -13603282 or 3042864. OLE color: 3042864.

HSL color Cylindrical-coordinate representation of color #306E2E: hue angle of 118.12º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #306E2E is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB4811046-
CMYK0.5600.580.57
HSL118.12º41.03%30.59%-
HSV(B)118.12º58.18%43.14%-
XYZ7.2911.984.51-
YUV84.17106.46102.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 110 (43.36% from 255) = 53.92%
BLUE value IS 46 (18.36% from 255) = 22.55%
R=23.53%
G=53.92%
B=22.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48110460.5600.580.57118.1241.0330.59
Hex306E2E3803A3976291f
Octal601565670072711665137
Binary11000011011101011101110000111010111001111011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306E2E; }

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

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

<style>
 a { background-color: #306E2E; }

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

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

<style>
 span { border-color: #306E2E; }

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

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